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