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