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