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