Contents

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.

See Also

Creating a Slice by Selecting a Column