IteratorProtocol (Swift protocol)

E1276180 UNEXPLORED

IteratorProtocol is a fundamental Swift protocol that defines the interface for types that sequentially produce elements one at a time, typically used to power iteration over collections and sequences.

All labels observed (1)

Label Occurrences
IteratorProtocol (Swift protocol) canonical 1

How this entity was disambiguated

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Sequence (Swift protocol) iteratorMustConformTo IteratorProtocol (Swift protocol)
subject linked to: Sequence