Use .union() to join the wishlist set with the cart set.
.union()
wishlist
cart
Make sure to type .union(cart).
.union(cart)