Function: COMMON-LISP:APPLY¶
Apply FUNCTION to a list of arguments produced by evaluating ARGUMENTS in the manner of LIST*. That is, a list is made of the values of all but the last argument, appended to the value of the last argument, which must be a list.
Lambda list¶
(function sb-debug:arg &rest sb-impl::arguments)