subscript(_:)
Retrieves an element at a position in the column type.
Declaration
subscript(position: Int) -> Any? { get }Parameters
- position:
A valid index in the column type.
Retrieves an element at a position in the column type.
subscript(position: Int) -> Any? { get }A valid index in the column type.