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