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