Function: --sort

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

Signature

(--sort FORM LIST)

Documentation

Anaphoric form of -sort.

Source Code

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