Optional
Using for for...of syntax like Array.
for...of
Clear the container.
Boolean about if the container is empty.
Remove the elements of the specified value.
The element you want to remove.
Boolean about if the specified element in the hash set.
The element you want to find.
Iterate over all elements in the container.
Callback function like Array.forEach.
Insert element to hash set.
The element you want to insert.
The size of the container.
Generated using TypeDoc
Description
Using for
for...of
syntax like Array.