Module Empty.Of_bits
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val widths : t -> Hardcaml__.Import.int interfaceActual bit widths of each field.
val const : Hardcaml__.Import.int -> tEach field is set to the constant integer value provided.
val consts : Hardcaml__.Import.int interface -> tconsts csets each field to the integer value incusing the declared field bit width.
val pack : ?rev:Hardcaml__.Import.bool -> t -> combPack interface into a vector.
val unpack : ?rev:Hardcaml__.Import.bool -> comb -> tUnpack interface from a vector.
val mux : comb -> t Hardcaml__.Import.list -> tMultiplex a list of interfaces.