Function: COMMON-LISP:SHADOW¶
Make an internal symbol in PACKAGE with the same name as each of the specified SYMBOLS. If a symbol with the given name is already present in PACKAGE, then the existing symbol is placed in the shadowing symbols list if it is not already present.
Lambda list¶
(sb-impl::symbols &optional package)