Instance Property インスタンスプロパティ

allKeys

A new array containing the dictionary’s keys, or an empty array if the dictionary has no entries. 辞書のもつキーそれらを含んでいる新しい配列、または辞書が登録項目を持たないならば空の配列。

Declaration 宣言

var allKeys: [Any] { get }

Discussion 議論

The order of the elements in the array is not defined. 配列の中の要素の順番は未定義です。

See Also 参照

Accessing Keys and Values キーと値にアクセスする