new_union
Description:
Construct a new list that is filled with all the that are present in either this and sourceTwo.
this and sourceTwo must be of the same type.
Parameters:
| this |
the first list to copy |
| sourceTwo |
the second list to copy |
Returns:
|
a union of the two lists |