SignedBitsType

Integer type big enough to fit N bits of precision.

  1. template UnsignedBitsType(uint bits)
  2. template SignedBitsType(uint bits)
    template SignedBitsType (
    uint bits
    ) {}

Members

Aliases

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

Meta