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