Creates a new set containing the union of the elements of both sets passed as parameters.
Creates a new set containing the union of the elements of both sets passed as parameters.This functions clones the larger of the two parameter sets and then adds all elements from the smaller set to the clone.