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