package containers

  1. Overview
  2. Docs
type elt
type t
val length : t -> int
val get : t -> int -> elt
val set : t -> int -> elt -> unit