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