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