Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
lookupLast :: Interval k e => IntervalMap k v -> Maybe (k, v)IntervalMap Data.IntervalMap.Generic.Lazy Returns the key with the largest endpoint and its associated value. If there is more than one key with that endpoint, return the rightmost. O(n), since all keys could have the same endpoint. O(log n) average case.
findLast :: Interval k e => IntervalMap k v -> (k, v)IntervalMap Data.IntervalMap.Generic.Strict Returns the key with the largest endpoint and its associated value. If there is more than one key with that endpoint, return the rightmost. O(n), since all keys could have the same endpoint. O(log n) average case.
lookupLast :: Interval k e => IntervalMap k v -> Maybe (k, v)IntervalMap Data.IntervalMap.Generic.Strict Returns the key with the largest endpoint and its associated value. If there is more than one key with that endpoint, return the rightmost. O(n), since all keys could have the same endpoint. O(log n) average case.
findLast :: Interval k e => IntervalMap k v -> (k, v)IntervalMap Data.IntervalMap.Lazy Returns the key with the largest endpoint and its associated value. If there is more than one key with that endpoint, return the rightmost. O(n), since all keys could have the same endpoint. O(log n) average case.
lookupLast :: Interval k e => IntervalMap k v -> Maybe (k, v)IntervalMap Data.IntervalMap.Lazy Returns the key with the largest endpoint and its associated value. If there is more than one key with that endpoint, return the rightmost. O(n), since all keys could have the same endpoint. O(log n) average case.
findLast :: Interval k e => IntervalMap k v -> (k, v)IntervalMap Data.IntervalMap.Strict Returns the key with the largest endpoint and its associated value. If there is more than one key with that endpoint, return the rightmost. O(n), since all keys could have the same endpoint. O(log n) average case.
lookupLast :: Interval k e => IntervalMap k v -> Maybe (k, v)IntervalMap Data.IntervalMap.Strict Returns the key with the largest endpoint and its associated value. If there is more than one key with that endpoint, return the rightmost. O(n), since all keys could have the same endpoint. O(log n) average case.
findLast :: Interval k e => IntervalSet k -> Maybe kIntervalMap Data.IntervalSet Returns the interval with the largest endpoint. If there is more than one interval with that endpoint, return the rightmost. O(n), since all intervals could have the same endpoint. O(log n) average case.
unsafeLast :: MonoFoldable mono => mono -> Element monoclassy-prelude-yesod ClassyPrelude.Yesod Equivalent to lastEx.
nthLastChild :: Text -> Refinementclay Clay No documentation available.