Nordlöw:

Ok, but this doesn't support multi-sorting, right?

If performance is not a top priority, you can use a tuple:

r.schwartzSort!(x => tuple(x.a, x.b, x.c));

Bye,
bearophile

Reply via email to