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