ProtocolSwift5.9.0

    RangeExpression

    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.

    Requirements

    Citizens in Swift

    Members