Module Buffer.Float

type t = Js_of_ocaml.Typed_array.float32Array Js_of_ocaml.Js.t
val set : t -> int -> float -> unit
val get : t -> int -> float
val length : t -> int
val fill : t -> float -> unit
val blit : src:t -> s_off:int -> dst:t -> d_off:int -> len:int -> unit
val create : int -> Js_of_ocaml.Typed_array.float32Array Js_of_ocaml.Js.t