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