[ Version ( deprecated = true , deprecated_since = "0.2.2" ) ]
public ProductList new_union (ProductList sourceTwo)
Warning: new_union is deprecated since 0.2.2.
Construct a new os list that is filled with all the oss that are present in either this and
sourceTwo
.
Use new_union instead.
this |
the first os list to copy |
sourceTwo |
the second os list to copy |
a union of the two os lists |