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