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