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