Macro: COMMON-LISP:DESTRUCTURING-BIND

package type clhs

Bind the variables in LAMBDA-LIST to the corresponding values in the tree structure resulting from the evaluation of EXPRESSION.

Lambda list

(sb-impl::lambda-list sb-impl::expression &body sb-impl::body)