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