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