subscript(scalarAt:)
Access the element at a multi-dimensional index.
Declaration
subscript<let rank : Int>(scalarAt index: InlineArray<rank, Int>) -> Element { get set }Parameters
- index:
The multi-dimensional index of the element to access. It must have the same count as rank of this view.