Modifying constructor for ident structures.
(change-ident x [:unwrap <unwrap>])
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 '((:unwrap . ident->unwrap)) 'change-ident 'nil))