Function: seq-do
seq-do is a byte-compiled function defined in transient.el.
Signature
(seq-do FUNCTION SEQUENCE)
Documentation
Apply FUNCTION to each element of SEQUENCE.
Presumably, FUNCTION has useful side effects. Return SEQUENCE.
Other relevant functions are documented in the sequence group.
Shortdoc
;; sequence
(seq-do (lambda (a) (insert a)) '("foo" "bar"))
e.g. => ("foo" "bar")
Aliases
Implementations
#'sequence in `seq-25.el'.
Undocumented
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
;; Could not find source code, showing raw function object.
#[514 "\300\"\207"
[mapc]
5 "\n\n(fn FUNCTION SEQUENCE)"]