o_SetIntersectionCanDestroy

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

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