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