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