Vec_intinclude Vec_gen.S with type elt = intval length : t -> intval compact : t -> unitval empty : unit -> tval make : int -> tval is_empty : t -> boolExposed for some APIs which only take array as input, when exposed
val reserve : t -> int -> unitval delete : t -> int -> unitval pop : t -> unitval delete_range : t -> int -> int -> unitval clear : t -> unitval reset : t -> unitval reverse_in_place : t -> unitval capacity : t -> int