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