nconc
nconc is a built-in function in `C source code
'.
(nconc &rest LISTS)
Concatenate any number of lists by altering them.
Only the last argument is not altered, and need not be a list.
C source code
'.
(nconc &rest LISTS)
Concatenate any number of lists by altering them.
Only the last argument is not altered, and need not be a list.