Module type CCArray.MONO_ARRAY

module type MONO_ARRAY = sig .. end

type elt 
type t 
val length : t -> int
val get : t -> int -> elt
val set : t -> int -> elt -> unit