subscript(_:)
Accesses the element at the given row.
Declaration
subscript(index: Int) -> Element { get }Parameters
- index:
A row number of the column, beginning with
0.
Return Value
The Element at the given index.
Accesses the element at the given row.
subscript(index: Int) -> Element { get }A row number of the column, beginning with 0.
The Element at the given index.