"Sean Kelly" <sean at invisibleduck.org> wrote in message
news:g3gtvk$1tm7$1 at digitalmars.com...
>
> Done :p
>
> http://dsource.org/projects/tango/changeset/3651
In _adCmp,
if (a1.ptr == a2.ptr)
return 0;
erm, that's not right at all. Two slices with the same pointer and
different lengths.