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