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