set Union Can Destroy
Answer a set containing all the elements of this set and all the elements of the otherSet.
Return
The union of the receiver and otherSet.
Parameters
other Set
A set.
can Destroy
Whether the receiver or the otherSet can be modified if it is mutable.