Up

Module type Indexable1

Signature

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