Product Site

5.3.2.19. xor

Returns a new collection of the same class as the receiver that contains all items from the receiver collection and the argument collection; all indexes 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.