MinTypeForLength.MinTypeForLength

Undocumented in source.
  1. alias MinTypeForLength = ubyte
  2. alias MinTypeForLength = ushort
  3. alias MinTypeForLength = uint
    template MinTypeForLength(size_t value)
    static if(!(value <= ubyte.max))
    static if(!(value <= ushort.max))
    static if(value <= uint.max)
    alias MinTypeForLength = uint
  4. alias MinTypeForLength = size_t

Meta