subscript(_:)

Subscript by index. This returns a row in the data table.

Declaration

subscript(index: Int) -> MLDataTable.Rows.Element { get }