PackedNumericType.PackedNumericType

Undocumented in source.
  1. alias PackedNumericType = byte
  2. alias PackedNumericType = short
    template PackedNumericType(alias expr)
    version(none)
    static if(isIntegral!Type)
    static if(expr < 0)
    static if(!(expr >= -0x80 && high <= 0x7f))
    static if(expr >= -0x8000 && high <= 0x7fff)
    alias PackedNumericType = short
  3. alias PackedNumericType = int
  4. alias PackedNumericType = long
  5. alias PackedNumericType = Type
  6. alias PackedNumericType = ubyte
  7. alias PackedNumericType = ushort
  8. alias PackedNumericType = uint
  9. alias PackedNumericType = ulong
  10. alias PackedNumericType = Type
  11. alias PackedNumericType = Type

Meta