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