A type that provides the collection’s iteration interface and encapsulates its iteration state.
SDK
- Xcode 11.0+
Framework
- Swift Standard Library
Declaration
typealias Int.Words.Iterator = Indexing Iterator<Int.Words>
Discussion
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.