seq-each
seq-each is an alias for `mapc' in `seq.el'.
(seq-each FUNCTION SEQUENCE)
Apply FUNCTION to each element of SEQUENCE for side effects only.
Unlike `mapcar', don't accumulate the results.  Return SEQUENCE.
SEQUENCE may be a list, a vector, a bool-vector, or a string.