copy-list

copy-list is an alias for `cl-copy-list' in `cl.el'.

(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.