Readonly
[toReadonly
sizeIterates over values in the set.
Returns an iterable of [v,v] pairs for every value v
in the set.
Executes a provided function once per each value in the Set object, in insertion order.
Optional
thisArg: anyDespite its name, returns an iterable of the values in the set.
Returns an iterable of values in the set.
Returns
the number of (unique) elements in Set.