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