allKeys()
Returns an array of the record’s keys.
Declaration
func allKeys() -> [String]Return Value
An array of keys, or an empty array if the record doesn’t contain any keys.
Returns an array of the record’s keys.
func allKeys() -> [String]An array of keys, or an empty array if the record doesn’t contain any keys.