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