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