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