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