Contents

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.

See Also

Combining and Recombining Entries