Add the string to this set. Returns the value.
Is this set empty?
Calls a given function for each value in the set. The return value of the function is ignored. The this context of the function is the set itself.
Is the given string stored in this set?
Remove the given value from the set. Returns true if it was stored, and false otherwise.
Returns the number of values stored in this set.
Returns an array of the strings stored in this set.
Generated using TypeDoc
A shim for ES6 sets. Is only able to store strings.