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