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