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