intersectSet(_:)
Removes from the receiving ordered set each object that isn’t a member of another set.
Declaration
func intersectSet(_ other: Set<AnyHashable>)Parameters
- other:
The set with which to perform the intersection.
Removes from the receiving ordered set each object that isn’t a member of another set.
func intersectSet(_ other: Set<AnyHashable>)The set with which to perform the intersection.