Contents

minusSet(_:)

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

Declaration

func minusSet(_ other: Set<AnyHashable>)

Parameters

  • other:

    The set of objects to remove from the receiving set.

See Also

Combining and Recombining Entries