Function: set:map
set:map is a function alias for mapcar, defined in fns.c.
Signature
(set:map FUNCTION SEQUENCE)
Documentation
Apply FUNCTION to each element of SEQUENCE, and make a list of the results.
The result is a list just as long as SEQUENCE. SEQUENCE may be a list, a vector, a bool-vector, or a string.