Vector.S
type elt
type t
val create : unit -> t
val get : t -> int -> elt
val emplace_back : t -> elt -> unit
val length : t -> int