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