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

allValues

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

Declaration 宣言

var allValues: [Any] { get }

Discussion 議論

The order of the values in the array isn’t defined. 配列の中の値の順番は未定義です。

See Also 参照

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