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