Modifying constructor for tyname structures.
(change-tyname x [:specqual <specqual>] [: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 '((:specqual . tyname->specqual) (:decl? . tyname->decl?)) 'change-tyname 'nil))