Function: COMMON-LISP:USE-PACKAGE

package type clhs github

Add all the PACKAGES-TO-USE to the use list for PACKAGE so that the external symbols of the used packages are accessible as internal symbols in PACKAGE.

Lambda list

(sb-impl::packages-to-use &optional package)