Module Field.Vector

type elt = t
type t
val create : unit -> t
val get : t -> int -> elt
val emplace_back : t -> elt -> unit
val length : t -> int