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