package hardcaml_waveterm

  1. Overview
  2. Docs
type t = {
  1. mutable data : Import.Bits.t Import.array;
  2. 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