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