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