Function: seq-doseq

seq-doseq is a macro defined in transient.el.

Signature

(seq-doseq (VAR SEQUENCE) BODY...)

Documentation

Loop over a SEQUENCE, evaluating BODY with VAR bound to each of its elements.

Similar to dolist but can be applied to lists, strings, and vectors.

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
;; Could not find source code, showing raw function object.
(macro .
       #[385 "\300\301@CBBA@E\207"
	     [seq-do lambda]
	     6
	     ("/root/.emacs.d/elpa/seq-2.24/seq-25.elc" . 771)])