psetf

psetf is an alias for `cl-psetf' in `cl.el'.

(psetf PLACE VAL PLACE VAL ...)

Set PLACEs to the values VALs in parallel.
This is like `setf', except that all VAL forms are evaluated (in order)
before assigning any PLACEs to the corresponding values.