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