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