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