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