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