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
With arcane knowledge from the depths of (#101), I should be possible to write a BinaryInteger -> AnyHashable that preserves generic equality and hash values for all binary integers. I haven't worked out the details yet, but it's on my radar.
Note that Swift's Swift.BinaryInteger -> AnyHashable truncates integers to 64 bits, so it doesn't work for the purposes of this project, which means that AnyHashable(BinaryInteger) != AnyHashable(Swift.BinaryInteger).
The text was updated successfully, but these errors were encountered:
With arcane knowledge from the depths of (#101), I should be possible to write a
BinaryInteger -> AnyHashable
that preserves generic equality and hash values for all binary integers. I haven't worked out the details yet, but it's on my radar.The text was updated successfully, but these errors were encountered: