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