Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
5.3.7.28. xor
Returns a new Bag that contains all items from the receiver Bag and the
argument
collection; items that appear in both collections are removed. The
argument
can be a
Collection
object or any other object that supports a
makeArray
method.
Prev
5.3.7.27. uniqueIndexes
Up
Home
Next
5.3.7.29. Examples