Up

Parameter Sequence

Signature

type 'a t

Make1 guarantees to only call create_like ~len t with len > 0 if length t > 0.

val sexp_of_t : ('a -> Sexplib.Sexp.t) -> 'a t -> Sexplib.Sexp.t
val create_like : len:int -> 'a t -> 'a t

Make1 guarantees to only call create_like ~len t with len > 0 if length t > 0.

val length : _ t -> int
val unsafe_blit : ('a t, 'a t) blit

create, get, and set are just used for unit tests. z is needed for Flat_tuple_array.

type 'a z

create, get, and set are just used for unit tests. z is needed for Flat_tuple_array.

val create_bool : len:int -> bool z t
val get : 'a z t -> int -> 'a
val set : 'a z t -> int -> 'a -> unit