Contents

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.

See Also

Getting an element