Contents

minus(_:)

Removes each object in another given set from the receiving set, if present.

Declaration

func minus(_ otherSet: Set<AnyHashable>)

Parameters

  • otherSet:

    The set of objects to remove from the receiving set.

See Also

Related Documentation

Combining and recombining sets