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