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