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