unionSet(_:)
Adds each object in another given set to the receiving mutable ordered set, if not present.
Declaration
func unionSet(_ other: Set<AnyHashable>)Parameters
- other:
The set of objects to add to the receiving mutable ordered set.
Adds each object in another given set to the receiving mutable ordered set, if not present.
func unionSet(_ other: Set<AnyHashable>)The set of objects to add to the receiving mutable ordered set.