A type that provides the sequence’s iteration interface and encapsulates its iteration state.
Required.
SDK
- Xcode 8.0+
Framework
- Swift Standard Library
Declaration
associatedtype Iterator : Iterator Protocol
A type that provides the sequence’s iteration interface and encapsulates its iteration state.
Required.
SDK
Framework
associatedtype Iterator : Iterator Protocol
func make Iterator() -> Self .IteratorReturns an iterator over the elements of this sequence.
Required. Default implementations provided.
associatedtype ElementA type representing the sequence’s elements.
Required.