Instance Method インスタンスメソッド

makeIterator()

Returns an iterator over the elements of the collection. コレクションの要素すべてを対象としたイテレータを返します。

Declaration 宣言

func makeIterator() -> IndexingIterator<Self>
Available when Iterator is IndexingIterator<Self>. IteratorIndexingIterator<Self>である時に利用可能です。