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