MinTypeForLength.MinTypeForLength

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

Meta