Function: dash--match-symbol
dash--match-symbol is a byte-compiled function defined in dash.el.
Signature
(dash--match-symbol MATCH-FORM SOURCE)
Documentation
Bind a symbol.
This works just like let, there is no destructuring.
Source Code
;; Defined in ~/.emacs.d/elpa/dash-20260221.1346/dash.el
(defun dash--match-symbol (match-form source)
"Bind a symbol.
This works just like `let', there is no destructuring."
(list (list match-form source)))