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