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