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