CapacityType.CapacityType

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

Meta