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