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