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