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