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