func makeIterator () -> IndexingIterator<Self>
Returns an iterator over the elements of the collection.
コレクションの要素すべてを対象としたイテレータを返します。
Available when
Iterator
is IndexingIterator
<
Self
>
.
Iterator
がIndexingIterator
<
Self
>
である時に利用可能です。