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