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