cl-copy-list

cl-copy-list is a compiled Lisp function in `cl-lib.el'.

(cl-copy-list LIST)

Return a copy of LIST, which may be a dotted list.
The elements of LIST are not copied, just the list structure itself.