A fixed size array
Structs
struct InlineArray<Element, static Count: Int>
An exact-size aggregate. Its elements are stored directly in the value; Count is part of the type and is not stored at runtime.
A fixed size array
struct InlineArray<Element, static Count: Int>An exact-size aggregate. Its elements are stored directly in the value; Count is part of the type and is not stored at runtime.