Who got Ready-to-use function to manipulate arrays:

1. Combine two arrays with removing duplicated items
2. Find two arrays difference, then make a new array filled with all of the different items

Both the two arrays can be string or Long type.
Thanks in advance.