Modifying constructor for const-int structures.
(change-const-int x
[:iconst <iconst>])
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 '((:iconst . const-int->iconst)) 'change-const-int 'remake-const-int))