Modifying constructor for escape-double-quote structures.
(change-escape-double-quote x )
This is an often useful alternative to make-escape-double-quote.
We construct a new escape-double-quote structure that is a copy of
This is an ordinary
Macro:
(defmacro change-escape-double-quote (x &rest args) (std::change-aggregate 'escape-double-quote x args 'nil 'change-escape-double-quote 'nil))