You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo uses subtraction followed by zero-testing to test equality of integer types like u8. But we already have equality-testing jets for these types. Why not just wrap the equality-testing jets, like jet::eq_8?
This repo uses subtraction followed by zero-testing to test equality of integer types like
u8. But we already have equality-testing jets for these types. Why not just wrap the equality-testing jets, likejet::eq_8?