minimalSignedIndexType.minimalSignedIndexType

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

Meta