You can search for identifiers within the package.
in-package search v0.2.0
type t
The type being compared
type cmp
Type of the individual parts (chars in a string, etc.)
val equal_cmp : cmp -> cmp -> bool
type index
Type optimized for quick access
val index : t -> index
Convert from t to index
t
index
val length : index -> int
Length of index
val get : index -> int -> cmp
Quick access into index
val fold : index -> init:'a -> f:('a -> cmp -> 'a) -> 'a
Fold over index