finesse.utilities.collections.OrderedSet.union

OrderedSet.union(self, *others)

Return a new OrderedSet with elements from the union of this set and other.

Parameters
othersOrderedSet

Another OrderedSet to union with this set.

Returns
OrderedSet

A new OrderedSet with all unique elements from both sets.