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
It would be nice if they could be compared directly rather than having to .get() them before comparison. That would allow deriving Ord over structs using them that are in disk format.
The text was updated successfully, but these errors were encountered:
If memory serves, I tried this when I initially introduced those wrappers, and it caused a lot of type inference issues. I'll take a stab at it again when I get a chance to confirm that that was the reason.
It would be nice if they could be compared directly rather than having to
.get()
them before comparison. That would allow deriving Ord over structs using them that are in disk format.The text was updated successfully, but these errors were encountered: