Open
Description
It would be nice if icu_collator
had exported sort key types, in addition to Collator::compare
. This would allow sort keys to be computed once (via sort_by_key
or similar utilities), after which they only need to be compared (which I understand to be much simpler than the computation step, and also not locale-sensitive).