cl-maplist

cl-maplist is an autoloaded compiled Lisp function in `cl-extra.el'.

(cl-maplist FUNCTION LIST...)

Map FUNCTION to each sublist of LIST or LISTs.
Like `cl-mapcar', except applies to lists and their cdr's rather than to
the elements themselves.