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

WIP: Add ord_subset_sort_by_cached_key #7

Open Emerentius opened 2 years ago

Emerentius commented 2 years ago

Adds an ord_subset version of sort_by_cached_key(). Unit tests are still missing.

BREAKING CHANGE because the extension traits are not sealed.