Function: dash-expand:&alist

dash-expand:&alist is a byte-compiled function defined in dash.el.

Signature

(dash-expand:&alist KEY SOURCE)

Documentation

Generate extracting KEY from SOURCE for &alist destructuring.

Source Code

;; Defined in ~/.emacs.d/elpa/dash-20260221.1346/dash.el
(defun dash-expand:&alist (key source)
  "Generate extracting KEY from SOURCE for &alist destructuring."
  `(cdr (assoc ,key ,source)))