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