subscript(column:_:)
Returns a column you select by its index.
Declaration
subscript<T>(column index: Int, type: T.Type) -> DiscontiguousColumnSlice<T> { get }Parameters
- index:
The index of a column.
Returns a column you select by its index.
subscript<T>(column index: Int, type: T.Type) -> DiscontiguousColumnSlice<T> { get }The index of a column.