Expand description
This module holds the PowerOfTwo32 and PowerOfTwo64 primitives.
Structs§
- Power
OfTwo32 - Represents a power of two, as a 32-bit value, which includes zero.
- Power
OfTwo64 - Represents a power of two, as a 64-bit value, which includes zero.
Enums§
- Power
OfTwo Error - Represents possible erros when interacting with
PowerOfTwo32andPowerOfTwo64.