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