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