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