Returns a new Set that contains
all items from the receiver collection and the
argument collection;
all items that appear in both collections are removed. The
argument can be
a
Collection object or any other object that supports a
makeArray method.
The
argument must also allow all of the
index values in the receiver collection.