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