Macro: COMMON-LISP:PSETQ

package type clhs

PSETQ {var value}* Set the variables to the values, like SETQ, except that assignments happen in parallel, i.e. no assignments take place until all the forms have been evaluated.

Lambda list

(&rest sb-impl::pairs)