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