Module Indexable.Indexable1_to_N

Indexable1 is a special-case of IndexableN.

Parameters

module X : Indexable1

Signature

type 'a t = 'a X.t
type 'a elt = 'a
val get : 'a t -> int -> 'a elt
val length : _ t -> int