Variant of UInt8.ofNat_mod_size
replacing 2 ^ 8
with 256
.
Variant of UInt16.ofNat_mod_size
replacing 2 ^ 16
with 65536
.
Variant of UInt32.ofNat_mod_size
replacing 2 ^ 32
with 4294967296
.
Variant of UInt64.ofNat_mod_size
replacing 2 ^ 64
with 18446744073709551616
.