A USize
is an unsigned integer with the size of a word
for the platform's architecture.
For example, if running on a 32-bit machine, USize is equivalent to UInt32. Or on a 64-bit machine, UInt64.
Constructor
USize.mk
Fields
toBitVec : BitVec System.Platform.numBits
Unpack a USize
as a BitVec System.Platform.numBits
.
This function is overridden with a native implementation.