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