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

makeIterator()

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

Declaration 宣言

func makeIterator() -> NSDictionary.Iterator

Discussion 議論

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

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Enumerating Dictionaries 辞書を列挙する