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