containers.data
CCRingBuffer.Array
The abstract type for arrays
containers
containers.iter
containers.monomorphic
containers.sexp
containers.thread
containers.top
containers.unix
module type S = sig ... end
module Byte : S with type elt = char and type t = Bytes.t
Efficient array version for the char type
char
module Make (Elt : sig ... end) : S with type elt = Elt.t and type t = Elt.t array
Makes an array given an arbitrary element type