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