o_SetUnionCanDestroy

open override fun o_SetUnionCanDestroy(self: AvailObject, otherSet: A_Set, canDestroy: Boolean): A_Set

Compute the union of two sets (a ∪ b). May destroy one of them if it's mutable and canDestroy is true.