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