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