Function: COMMON-LISP:SYMBOL-MACROLET

package type clhs github

SYMBOL-MACROLET ({(name expansion)}) decl form*

Define the NAMES as symbol macros with the given EXPANSIONS. Within the body, references to a NAME will effectively be replaced with the EXPANSION.

Lambda list

(&rest sb-impl::args)