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