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