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