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