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