ProtocolCxx5.9.0

    UnsafeCxxRandomAccessIterator

    Bridged C++ iterator that allows computing the distance between two of its instances, and advancing an instance by a given number of elements.

    protocol UnsafeCxxRandomAccessIterator : UnsafeCxxInputIterator

    Mostly useful for conforming a type to the CxxRandomAccessCollection protocol and should not generally be used directly.

    Supertypes

    Requirements