minus(_:)
Removes each object in another given ordered set from the receiving mutable ordered set, if present.
Declaration
func minus(_ other: NSOrderedSet)Parameters
- other:
The ordered set of objects to remove from the receiving set.
Removes each object in another given ordered set from the receiving mutable ordered set, if present.
func minus(_ other: NSOrderedSet)The ordered set of objects to remove from the receiving set.