subscript(_:)
Accesses a contiguous range of elements with an unbounded range.
Declaration
subscript(range: (UnboundedRange_) -> ()) -> DiscontiguousColumnSlice<WrappedElement> { get set }Parameters
- range:
An unbounded range of valid indices in the column slice.