Function: dash-expand:&plist

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

Signature

(dash-expand:&plist KEY SOURCE)

Documentation

Generate extracting KEY from SOURCE for &plist destructuring.

Aliases

dash-expand:&keys

Source Code

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