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