sidekick/src/util/Vec_float.mli

8 lines
155 B
OCaml

(** Vectors of floats
These vectors are more optimized than {!Vec}. *)
include Vec_sig.S with type elt := float
val ensure_size : t -> int -> unit