set Union Can Destroy
fun A_Set.setUnionCanDestroy(otherSet: A_Set, canDestroy: Boolean): A_Set
Content copied to clipboard
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.