FixedArray.Length

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

Meta