cl-destructuring-bind
cl-destructuring-bind is an autoloaded Lisp macro in `cl-macs.el
'.
(cl-destructuring-bind ARGS EXPR &rest BODY)
Bind the variables in ARGS to the result of EXPR and execute BODY.
cl-macs.el
'.
(cl-destructuring-bind ARGS EXPR &rest BODY)
Bind the variables in ARGS to the result of EXPR and execute BODY.