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