A type that provides the collection’s iteration interface and encapsulates its iteration state.
SDK
- Xcode 10.2+
Framework
- Swift Standard Library
Declaration
@frozen struct Iterator
Overview
By default, a collection conforms to the Sequence protocol by supplying Indexing as its associated Iterator type.
Note
This documentation comment was inherited from Collection.