Contents

RangeExpression

A type that can be used to slice a collection.

Declaration

protocol RangeExpression<Bound>

Overview

A type that conforms to RangeExpression can convert itself to a Range<Bound> of indices within a given collection.

Topics

Operators

Associated Types

Instance Methods

See Also

Range Expressions