Skip to main content

Module power_of_two

Module power_of_two 

Source
Expand description

This module holds the PowerOfTwo32 and PowerOfTwo64 primitives.

Structs§

PowerOfTwo32
Represents a power of two, as a 32-bit value, which includes zero.
PowerOfTwo64
Represents a power of two, as a 64-bit value, which includes zero.

Enums§

PowerOfTwoError
Represents possible erros when interacting with PowerOfTwo32 and PowerOfTwo64.