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