On 3/16/11, bearophile <[email protected]> wrote: > I meant to suggest you to use the > std.algorithm sort instead of the deprecated built-in one, because the > built-in one is slow and it has bad bugs, like this one I've found: > http://d.puremagic.com/issues/show_bug.cgi?id=2819
Thanks, I didn't know about the bugs. .
