Post #2839418
2025-02-20 01:33 UTC
I must say, `Ord` as it has always been done in Haskell and Rust needs a redesign given the footgun. Why should `Maybe a` or `Option<T>` be `Ord` at all? I ran into a footgun where `None < Some(val)` returned `true` when it was actually supposed to be `false`.
Replies (0)
No replies.