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

makeIterator()

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

Declaration 宣言

func makeIterator() -> JoinedSequence<Base>.Iterator

Discussion 解説

Complexity: O(1). 計算量:O(1)。

Relationships 関係

From Protocol 由来プロトコル