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