set Intersection Can Destroy
fun A_Set.setIntersectionCanDestroy(otherSet: A_Set, canDestroy: Boolean): A_Set
Content copied to clipboard
Answer a set containing all values that are present simultaneously in both the receiver and the otherSet.
Return
The intersection of the receiver and otherSet.
Parameters
other Set
A set.
can Destroy
Whether the receiver or the otherSet can be modified if it is mutable.