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.
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.
Activity
joshlf commentedon Dec 3, 2022
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.
PartialOrd
andOrd
where possible #915joshlf commentedon May 3, 2024
Closed in #915.