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