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