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