lookup looks up the value corresponding to the given key returning Just the corresponding value or Nothing if it does not exist.
Just
Nothing
Complexity: O(log n)
O(log n)
Generated using TypeDoc
lookup looks up the value corresponding to the given key returning
Just
the corresponding value orNothing
if it does not exist.Complexity:
O(log n)