ProtocolCxx5.9.0

    UnsafeCxxInputIterator

    Bridged C++ iterator that allows to traverse the elements of a sequence using a for-in loop.

    protocol UnsafeCxxInputIterator : Equatable

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

    Supertypes

    Requirements

    Citizens in Cxx

    Subtypes