Module Graphv_webgl_impl.Dyn
type underlying= Buffer.Float.ttype t={mutable arr : Buffer.Float.t;mutable size : int;}
val create : int -> tval unsafe_array : t -> underlyingval length : t -> intval capacity : t -> intval set : t -> int -> float -> unitval get : t -> int -> floatval clear : t -> unitval add_range : t -> int -> int
module Sub : sig ... end