• Scieneer Common Lisp 1.3.9 online documentation

    map output-type-spec function first-sequence &rest more-sequences[Function]

    The function must take as many arguments as there are sequences provided. The result is a sequence such that element i is the result of applying function to element i of each of the argument sequences.

  •