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