ProtocolSwift

    RangeExpression

    A type that can be used to slice a collection.

    protocol RangeExpression<Bound>

    Overview

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

    Requirements

    Associated Types

    Instance Methods

    Members

    Type Operators