SignedBitsType

Integer type big enough to fit N bits of precision.

template SignedBitsType (
uint bits
) {}

Members

Aliases

SignedBitsType
alias SignedBitsType = Signed!(UnsignedBitsType!bits)
Undocumented in source.

Meta