Function: destructuring-bind

destructuring-bind is a function alias for cl-destructuring-bind, defined in cl-macs.el.gz.

This macro is obsolete since 27.1; use cl-destructuring-bind instead.

Signature

(destructuring-bind ARGS EXPR &rest BODY)

Documentation

Bind the variables in ARGS to the result of EXPR and execute BODY.

Aliases

destructuring-bind (obsolete since 27.1)