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