Modifying constructor for statement-assign-single structures.
(change-statement-assign-single x [:target <target>] [:value <value>])
This is an often useful alternative to make-statement-assign-single.
We construct a new statement-assign-single structure that is a copy of
This is an ordinary
Macro:
(defmacro change-statement-assign-single (x &rest args) (std::change-aggregate 'statement-assign-single x args '((:target . statement-assign-single->target) (:value . statement-assign-single->value)) 'change-statement-assign-single 'nil))