Module Indexable.Indexable0_to_N

Indexable0 is a special-case of IndexableN.

Parameters

module X : Indexable0

Signature

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