Contents

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.

See Also

Combining and Recombining Entries