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