o_SetMinusCanDestroy

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

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