Module Indexable.Array

type 'a t = 'a array
val get : 'a t -> int -> 'a
val length : _ t -> int