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