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