UnsignedBitsType.UnsignedBitsType

Undocumented in source.
  1. alias UnsignedBitsType = ubyte
  2. alias UnsignedBitsType = ushort
  3. alias UnsignedBitsType = uint
  4. alias UnsignedBitsType = ulong
    template UnsignedBitsType(uint bits)
    static if(!(bits <= 8))
    static if(!(bits <= 16))
    static if(!(bits <= 32))
    static if(bits <= 64)
    alias UnsignedBitsType = ulong

Meta