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