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