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