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