subscript(_:)
Accesses the element at the given position.
Declaration
subscript(index: Int) -> MLDataValue { get }Parameters
- index:
The index of an element in the column.
Return Value
The value at the given index.
Accesses the element at the given position.
subscript(index: Int) -> MLDataValue { get }The index of an element in the column.
The value at the given index.