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