builtin sort

David Nadlinger code at klickverbot.at
Sat Jun 8 17:16:01 PDT 2013


On Sunday, 9 June 2013 at 00:03:04 UTC, Peter Williams wrote:
> On 09/06/13 08:54, David Nadlinger wrote:
>> On Saturday, 8 June 2013 at 22:25:14 UTC, Peter Williams wrote:
>>> Shouldn't have to import std.algorithm just to sort an array.
>>
>> Why not?
>
> Because it's large with a lot of stuff unrelated to sorting.

import std.algorithm : sort;

David


More information about the Digitalmars-d mailing list