Returns an iterator over the values in this set.
Removes all values from this set.
Removes the given value from this set.
Returns true if value was a previously in this set, or false otherwise.
Executes the given callback for every entry of the set.
See also Set.forEach.
Returns true if the set currently contains the given value, false otherwise.
Returns an iterator over the values in this set.
A reactive set.
This set interface is designed to be very similar to (but not exactly the same as) the standard JavaScript
Set.Reads from and writes to this set are reactive.