You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
575: Add `sorted_by_cached_key` to `Itertools` trait r=jswrenn a=density
Fixes#424.
This function is a wrapper around `slice::sort_by_cached_key`.
Added tests similar to those for `sorted_by_key`. New code is formatted using `rustfmt`.
Co-authored-by: Justin Prieto <justin@prieto.nyc>
0 commit comments