Instance MethodSwift
makeIterator()
Returns an iterator over the elements of the collection.
Available because
Self
conforms toCollection
.Available when
Self.Iterator
isIndexingIterator<Self>
func makeIterator() -> IndexingIterator<Self>
Returns an iterator over the elements of the collection.
Available because Self
conforms to Collection
.
Available when Self.Iterator
is IndexingIterator<Self>
func makeIterator() -> IndexingIterator<Self>