Macro: COMMON-LISP:SETF

package type clhs

Takes pairs of arguments like SETQ. The first is a place and the second is the value that is supposed to go into that place. Returns the last value. The place argument may be any of the access forms for which SETF knows a corresponding setting form.

Lambda list

(&rest sb-impl::args)