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