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