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