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