set Minus Can Destroy
fun A_Set.setMinusCanDestroy(otherSet: A_Set, canDestroy: Boolean): A_Set
Content copied to clipboard
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
other Set
The set to subtract.
can Destroy
Whether the receiver can be modified if it is mutable.