Contents

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.

See Also

Retrieving Elements