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.
A new array containing the dictionary’s values, or an empty array if the dictionary has no entries.
var allValues: [Any] { get }The order of the values in the array isn’t defined.