setIntersectionCanDestroy

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

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

otherSet

A set.

canDestroy

Whether the receiver or the otherSet can be modified if it is mutable.