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