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