Hi,Would anyone be terribly angry if equals_t was deprecated and later removed? I sent a patch a while back to add a compare_t type for consistency, but the consensus ended up being that it'd be better to get rid of equals_t.
I don't have an opinion about either, but just to point this out: Equality is NOT the same thing as a comparison returning zero. (Consider complex numbers.)
