subscript(_:)
Retrieves a contiguous subrange of the column type’s elements.
Declaration
subscript(range: Range<Int>) -> AnyColumnSlice { get }Parameters
- range:
An integer range of valid indices in the column.
Retrieves a contiguous subrange of the column type’s elements.
subscript(range: Range<Int>) -> AnyColumnSlice { get }An integer range of valid indices in the column.