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