Macro: COMMON-LISP:PSETF

package type clhs

This is to SETF as PSETQ is to SETQ. Args are alternating place expressions and values to go into those places. All of the subforms and values are determined, left to right, and only then are the locations updated. Returns NIL.

Lambda list

(&rest sb-impl::pairs)