finesse.utilities.collections.OrderedSet.difference

OrderedSet.difference(self, other)

Return a new OrderedSet with elements that are the difference between the two.

Parameters
otherOrderedSet

Another OrderedSet to subtract from this set.

Returns
OrderedSet

A new OrderedSet with the difference between the sets.