How to implement the following simple comparison function
I would like to implement the following simple function, but I cannot find an alternative for AnyType (interface?) that defines comparison operators. In the following code a
It's as if I'm missing a manual. If someone knows how to do this, or knows how to make me cope that is cannot be done...
__ne__ is needed for ai != bi. It's as if I'm missing a manual. If someone knows how to do this, or knows how to make me cope that is cannot be done...
