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