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