minimalSignedIndexType.minimalSignedIndexType

Undocumented in source.
  1. alias minimalSignedIndexType = byte
  2. alias minimalSignedIndexType = short
  3. alias minimalSignedIndexType = int
    template minimalSignedIndexType(size_t length)
    package
    static if(!(length <= byte.max))
    static if(!(length <= short.max))
    static if(length <= int.max)
    alias minimalSignedIndexType = int
  4. alias minimalSignedIndexType = long

Meta