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