Module Hardcaml_waveterm.Data
type t={mutable data : Import.Bits.t Import.array;mutable length : Import.int;}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.tval compare : t -> t -> Import.int
val create : Import.unit -> tval init : Import.int -> (Import.int -> Import.Bits.t) -> tval length : t -> Import.intval get : t -> Import.int -> Import.Bits.tval set : t -> Import.int -> Import.Bits.t -> Import.unit