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