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