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