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