[ Version ( since = "0.2.2" ) ]
public List new_union (List sourceTwo)
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.
| this |
the first list to copy |
| sourceTwo |
the second list to copy |
|
a union of the two lists |