nunion
nunion is an alias for `cl-nunion' in `cl.el
'.
(nunion LIST1 LIST2 [KEYWORD VALUE]...)
Combine LIST1 and LIST2 using a set-union operation.
The resulting list contains all items that appear in either LIST1 or LIST2.
This is a destructive function; it reuses the storage of LIST1 and LIST2
whenever possible.
Keywords supported: :test :test-not :key