| Safe Haskell | None |
|---|
Data.DAWG.VMap
Description
A vector representation of Map.
Documentation
A strictly ascending vector of distinct elements with respect
to fst values.
findLastLE :: Unbox a => (a -> Ordering) -> VMap a -> Maybe (Int, a)Source
Given a vector sorted with respect to some underlying comparison
function, find last element which is not GT with respect to the
comparison function.