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