mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-11 05:28:34 -05:00
5 lines
118 B
OCaml
5 lines
118 B
OCaml
(** Vectors of floats
|
|
|
|
These vectors are more optimized than {!Vec}. *)
|
|
|
|
include Vec_sig.S with type elt := float
|