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