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