o_Set Union Can Destroy
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.