SInt

Signed integer of arbitary static precision bits.

alias SInt(uint bits) = Int!(true, bits)

Parameters

bits

number of bits, must be a power of 2.

Meta