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