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