setUnionCanDestroy

fun A_Set.setUnionCanDestroy(otherSet: A_Set, canDestroy: Boolean): A_Set

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

otherSet

A set.

canDestroy

Whether the receiver or the otherSet can be modified if it is mutable.