Function: COMMON-LISP:MULTIPLE-VALUE-CALL

package type clhs github

MULTIPLE-VALUE-CALL function values-form*

Call FUNCTION, passing all the values of each VALUES-FORM as arguments, values from the first VALUES-FORM making up the first argument, etc.

Lambda list

(&rest sb-impl::args)