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