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.
A type that can be used to slice a collection.
protocol RangeExpression<Bound>A type that conforms to RangeExpression can convert itself to a Range<Bound> of indices within a given collection.