subscript(_:_:)
Accesses a value in the row you select by a column index and type.
Declaration
subscript<T>(position: Int, type: T.Type) -> T? { get set }Parameters
- position:
A valid column index in the row.
- type:
The type of the column.
Accesses a value in the row you select by a column index and type.
subscript<T>(position: Int, type: T.Type) -> T? { get set }A valid column index in the row.
The type of the column.