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