Contents

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.

See Also

Combining and Recombining Entries