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

makeIterator()

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

Declaration 宣言

func makeIterator() -> NSFastEnumerationIterator

Discussion 議論

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

Relationships 関係

From Protocol 由来プロトコル