Function: COMMON-LISP:MACROLET¶
MACROLET ({(name lambda-list form)}) body-form*
Evaluate the BODY-FORMS in an environment with the specified local macros defined. NAME is the local macro name, LAMBDA-LIST is a DEFMACRO style destructuring lambda list, and the FORMS evaluate to the expansion.
Lambda list¶
(&rest sb-impl::args)