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
(toBitVec : BitVec System.Platform.numBits)
: USize |
Fields
toBitVec | : | BitVec System.Platform.numBits |
Unpack a |