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