Contents

...(_:)

Creates an unbounded range expression.

Declaration

static func ... (_: UnboundedRange_)

Discussion

The unbounded range operator (...) is valid only within a collection’s subscript.

See Also

Creating an Unbounded Range