sidekick/src/util/Vec_float.mli
2022-07-14 22:09:13 -04:00

5 lines
118 B
OCaml

(** Vectors of floats
These vectors are more optimized than {!Vec}. *)
include Vec_sig.S with type elt := float