Function: dash--get-expand-function
dash--get-expand-function is a byte-compiled function defined in
dash.el.
Signature
(dash--get-expand-function TYPE)
Documentation
Get expand function name for TYPE.
Source Code
;; Defined in ~/.emacs.d/elpa/dash-20260221.1346/dash.el
(defun dash--get-expand-function (type)
"Get expand function name for TYPE."
(intern-soft (format "dash-expand:%s" type)))