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