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