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