removeObjects(forKeys:)
Removes from the dictionary entries specified by elements in a given array.
Declaration
func removeObjects(forKeys keyArray: [Any])Parameters
- keyArray:
An array of objects specifying the keys to remove.
Discussion
If a key in keyArray does not exist, the entry is ignored.