Function: nset-exclusive-or

nset-exclusive-or is a for cl-nset-exclusive-or, defined in cl-seq.el.gz.

This function is obsolete since 27.1; use cl-nset-exclusive-or instead.

Signature

(nset-exclusive-or LIST1 LIST2 [KEYWORD VALUE]...)

Documentation

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

Aliases

nset-exclusive-or (obsolete since 27.1)