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