remove(_:)
Removes a given object from the hash table.
Declaration
func remove(_ object: ObjectType?)Parameters
- object:
The object to remove from the hash table.
Removes a given object from the hash table.
func remove(_ object: ObjectType?)The object to remove from the hash table.