FixedArray.Length

Undocumented in source.
  1. alias Length = ubyte
  2. alias Length = ushort
  3. alias Length = ubyte
  4. alias Length = uint
  5. alias Length = uint
  6. alias Length = uint
    struct FixedArray(T, uint capacity_, bool borrowChecked = false)
    static if(!(borrowChecked))
    static if(!(capacity <= ubyte.max))
    static if(capacity <= ushort.max)
    static if(!(T.sizeof <= 2))
    alias Length = uint

Meta