Macro: COMMON-LISP:ROTATEF

package type clhs

Takes any number of SETF-style place expressions. Evaluates all of the expressions in turn, then assigns to each place the value of the form to its right. The rightmost form gets the value of the leftmost. Returns NIL.

Lambda list

(&rest sb-impl::args)