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