Alessandro Rocco Scisca
Results
1
issues of
Alessandro Rocco Scisca
The base assumption is that `min(a, b) == min(b, a)`, and same for `max`. This is not true when values are not comparable (= when `PartialOrd::partial_cmp` would return `None`) because,...