module type Indexable = Binary_searchable_intf.Indexable
Binary_searchable_intf.Indexable
type elt
type t
val get : t -> int -> elt
t -> int -> elt
val length : t -> int
t -> int