setMinusCanDestroy

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

Answer a set containing all values that are present in the receiver but not in otherSet.

Return

The asymmetric difference between the receiver and otherSet.

Parameters

otherSet

The set to subtract.

canDestroy

Whether the receiver can be modified if it is mutable.