subscript(_:)
Accesses a contiguous range of elements.
Declaration
subscript(bounds: Range<Int>) -> ColumnSlice<WrappedElement> { get set }Parameters
- bounds:
A range of valid indices in the column.
Accesses a contiguous range of elements.
subscript(bounds: Range<Int>) -> ColumnSlice<WrappedElement> { get set }A range of valid indices in the column.