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