mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 12:15:48 -05:00
8 lines
155 B
OCaml
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
|