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