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