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