On Monday, 7 July 2014 at 20:17:16 UTC, bearophile wrote:
Archibald:

Using std.algorithm.sort(a,b,c,d,e)

But isn't std.algorithm.sort accepting only one argument?

Bye,
bearophile

Sorry, it's sort(zip(a,b,c,d,e))

Reply via email to