Function: COMMON-LISP:COPY-SYMBOL¶
Make and return a new uninterned symbol with the same print name as SYMBOL. If COPY-PROPS is false, the new symbol is neither bound nor fbound and has no properties, else it has a copy of SYMBOL’s function, value and property list.
Lambda list¶
(symbol &optional sb-impl::copy-props)