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