generated from Stravaig-Projects/stravaig-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
It can be common to simply order a result by itself. e.g.
int[] a = new[] {1, 5, 9, 2, 4, 3, 7, 8, 0};
var ordered = a.OrderBy(b => b);
Could collapse this into an OrderBySelf()
with a variants that order descending, and variants that take an IComparer
. Also the ThenBy
/ThenByDescending
variants too.
Metadata
Metadata
Assignees
Labels
No labels