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