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