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