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