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