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