Files
rust/src/libextra
Daniel Micay 4d7d101a76 create a sensible comparison trait hierarchy
* `Ord` inherits from `Eq`
* `TotalOrd` inherits from `TotalEq`
* `TotalOrd` inherits from `Ord`
* `TotalEq` inherits from `Eq`

This is a partial implementation of #12517.
2014-03-07 22:45:22 -05:00
..
2014-03-04 18:37:51 +01:00
2014-02-03 09:32:33 -08:00
2013-12-03 14:31:54 -08:00