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