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