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