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
protocol Equatable
A type that can be compared for value equality.
protocol UnsafeCxxInputIterator
Bridged C++ iterator that allows to traverse the elements of a sequence using a for-in loop.