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