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