UnsignedBitsType.UnsignedBitsType

  1. alias UnsignedBitsType = ubyte
    template UnsignedBitsType(uint bits)
    static if(bits <= 8)
    alias UnsignedBitsType = ubyte
  2. alias UnsignedBitsType = ushort
  3. alias UnsignedBitsType = uint
  4. alias UnsignedBitsType = ulong

Meta