Module Machine.BitwidthSource

Word size of the machine in bits

include Sigs.PRINTABLE with type t = bitwidth
Sourceval pp : Format.formatter -> t -> unit
Sourceval bitsize : t -> Size.Bit.t
Sourceval bytesize : t -> Size.Byte.t
Sourceval pp_print_hex : t -> Format.formatter -> int -> unit