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