A basic hash set implementation.
Adds an item to the hash set.
The item to add.
Checks whether or not the item is contained in the hash set.
The item to check.
Removes an item from the hash set.
The item to remove.
Generated using TypeDoc
A basic hash set implementation.