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