std.algorithm.sort error with default predicate

Archibald via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Jul 7 13:50:05 PDT 2014


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))


More information about the Digitalmars-d-learn mailing list