CapacityType.CapacityType

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

Meta