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