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