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.
Removes each object in another given set from the receiving mutable ordered set, if present.
func minusSet(_ other: Set<AnyHashable>)The set of objects to remove from the receiving set.