Modifying constructor for uchar-format structures.
(change-uchar-format x [:size <size>])
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 '((:size . uchar-format->size)) 'change-uchar-format 'nil))