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