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