Product SiteDocumentation Site

5.3.14.10. xor


>>-xor(argument)-----------------------------------------------><

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 any collection class object. The argument must also allow all of the index values in the receiver collection.