protocol IteratorProtocol
A type that supplies the values of a sequence one at a time.
Conforming Types |
AnyIterator, CollectionOfOne.Iterator, Dictionary.Iterator, DropWhileSequence.Iterator, EmptyCollection.Iterator, EnumeratedSequence.Iterator, FlattenSequence.Iterator, IndexingIterator, IteratorSequence, JoinedSequence.Iterator, LazyDropWhileSequence.Iterator, LazyFilterSequence.Iterator, LazyMapSequence.Iterator, LazyPrefixWhileSequence.Iterator, PrefixSequence.Iterator, ReversedCollection.Iterator, Set.Iterator, StrideThroughIterator, StrideToIterator, UnfoldSequence, UnsafeBufferPointer.Iterator, UnsafeRawBufferPointer.Iterator, Zip2Sequence.Iterator |
Associated Types |
associatedtype Element
|
Instance Methods