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