add(_:)
Adds a given object to the hash table.
Declaration
func add(_ object: ObjectType?)Parameters
- object:
The object to add to the hash table.
Adds a given object to the hash table.
func add(_ object: ObjectType?)The object to add to the hash table.