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