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