Function: --fix

--fix is a macro defined in dash.el.

Signature

(--fix FORM LIST)

Documentation

Anaphoric form of -fix.

Source Code

;; Defined in ~/.emacs.d/elpa/dash-20260221.1346/dash.el
(defmacro --fix (form list)
  "Anaphoric form of `-fix'."
  (declare (debug (def-form form)))
  `(-fix (lambda (it) (ignore it) ,form) ,list))