Indexable.Indexable0_to_N
Indexable0 is a special-case of IndexableN.
Indexable0
IndexableN
module X : Indexable0
type 'a t = X.t
type 'a elt = X.elt
val get : 'a t -> int -> 'a elt
val length : _ t -> int