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