Remove std.algorithm.completeSort.

Jesse Phillips jessekphillips+D at gmail.com
Tue Jul 3 07:01:27 PDT 2012


On Monday, 2 July 2012 at 14:05:31 UTC, Bernard Helyer wrote:
> My main point is that it doesn't work. Even the given example 
> does not work. It should either be fixed or ditched.

It does work, it just requires a sorted range instead of an 
arbitrary range.

std.range.assumeSorted()
std.algorithm.sort()

take your pick for getting a sorted range.


More information about the Digitalmars-d mailing list