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