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