Macro: COMMON-LISP:SHIFTF

package type clhs

One or more SETF-style place expressions, followed by a single value expression. Evaluates all of the expressions in turn, then assigns the value of each expression to the place on its left, returning the value of the leftmost.

Lambda list

(&rest sb-impl::args)