lookupLT looks up the largest value in the Map for which its corresponding key is strictly smaller than the given key returning Just if such a value exists or Nothing otherwise.
Just
Nothing
Complexity: O(log n)
O(log n)
Generated using TypeDoc
lookupLT looks up the largest value in the Map for which its corresponding key is strictly smaller than the given key returning
Just
if such a value exists orNothing
otherwise.Complexity:
O(log n)