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