Contents

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