func makeIterator () -> Self.Iterator
Returns an iterator over the elements of this sequence.
このシーケンスの要素すべてを対象としたあるイテレータを返します。
associatedtype Element
A type representing the sequence’s elements.
このシーケンスの持つ要素を表している型。
Availability
Technology
associatedtype Iterator : IteratorProtocol
func makeIterator () -> Self.Iterator
associatedtype Element