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