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

makeIterator()

Returns an iterator over the elements of this sequence. このシーケンスの要素すべてを対象としたあるイテレータを返します。

Declaration 宣言

func makeIterator() -> LazyMapSequence<Base, Element>.Iterator