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