Function: COMMON-LISP:MAPCAR

package type clhs github

Apply FUNCTION to successive tuples of elements of LIST and MORE-LISTS. Return list of FUNCTION return values.

Lambda list

(function list &rest sb-impl::more-lists)