cl-nset-exclusive-or
cl-nset-exclusive-or is an autoloaded compiled Lisp function in `cl-seq.el
'.
(cl-nset-exclusive-or LIST1 LIST2 [KEYWORD VALUE]...)
Combine LIST1 and LIST2 using a set-exclusive-or operation.
The resulting list contains all items appearing in exactly one of LIST1, LIST2.
This is a destructive function; it reuses the storage of LIST1 and LIST2
whenever possible.
Keywords supported: :test :test-not :key