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.t
val compare : t -> t -> Import.int
val create : Import.unit -> t
val init : Import.int -> (Import.int -> Import.Bits.t) -> t
val length : t -> Import.int
val get : t -> Import.int -> Import.Bits.t
val set : t -> Import.int -> Import.Bits.t -> Import.unit