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