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