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