UInt

Unsigned integer of arbitary static precision bits.

alias UInt(uint bits) = Int!(false, bits)

Parameters

bits

number of bits, must be a power of 2.

Meta