subscript(_:)
Accesses the element at the specified position.
Declaration
subscript(i: InlineArray<count, Element>.Index) -> Element { get set }Parameters
- i:
The position of the element to access.
imust be a valid index of the array that is not equal to theendIndexproperty.