Contents

subscript(_:)

Accesses a contiguous range of elements with a range expression.

Declaration

subscript<R>(range: R) -> ColumnSlice<WrappedElement> where R : RangeExpression, R.Bound == Int { get set }

Parameters

  • range:

    An integer range expression that represents valid indices in the column.

See Also

Accessing Elements