set Intersection Can Destroy
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.