Merges multiple sets into a single set.
The type of elements in the sets.
An array of sets or an iterable of sets to be merged.
A new set containing all the unique elements from the input sets.
Generated using TypeDoc
Merges multiple sets into a single set.