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