StaticArray.Length

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

Meta