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