Emerentius / ord_subset

Tools for working with types where a subset of values has a total order, like e.g. floats without NaN
Apache License 2.0
12 stars 1 forks source link

Impl Hash for OrdVar if T provides Hash #1

Closed alkis closed 8 years ago

alkis commented 8 years ago

This will enable PartialEq and PartialOrd types to be used as hash keys if they provide Hash.

Emerentius commented 8 years ago

Yep, should have derived that from the start. Closing this when I've uploaded the new docs.