removeObject(forKey:)
Removes a given key and its associated value from the map table.
Declaration
func removeObject(forKey aKey: KeyType?)Parameters
- aKey:
The key to remove.
Discussion
Does nothing if aKey does not exist.
Removes a given key and its associated value from the map table.
func removeObject(forKey aKey: KeyType?)The key to remove.
Does nothing if aKey does not exist.