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