func makeIterator () -> Self.Iterator
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.
そのシーケンスの持つ反復インターフェイスを提供してそれの反復状態をカプセル化するある型。