Contents

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