Up

Module type Indexable1 = Binary_searchable_intf.Indexable1

Signature

include Binary_searchable_intf.Indexable1_without_tests
type 'a t
val get : 'a t -> int -> 'a
val length : _ t -> int
module For_test : sig .. end