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
{{ message }}
This repository was archived by the owner on Feb 18, 2025. It is now read-only.
This means Identity compares bits, Equality offers a user-provided equality, and Hash works to facilitate patterns such as identical || equal that are commonly found in hash-based collections.
check and test that contains uses identical || equal
rename has to includes, check and test that it uses identical
add missing blanket impls for Identity, because the compiler does not derive them automatically right now
note: all tests should include special floating-point values (zeros, NaNs, infinities).