Modifying constructor for vl-constint structures.
(change-vl-constint x [:origwidth <origwidth>] [:value <value>] [:origsign <origsign>] [: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) (:origsign . vl-constint->origsign) (:wasunsized . vl-constint->wasunsized)) 'change-vl-constint 'nil))