On Fri, May 18, 2012 at 3:36 PM, Mehrdad <wfunction@hotmail.com> wrote:
On Friday, 18 May 2012 at 21:28:45 UTC, Andrei Alexandrescu wrote:
I guess it is now :o).

Andrei

lol


One more thing that's also annoying about this is that it's not in std.algorithms, but std.range...

Asn't binary search an algorithm?

I fairly often get confused about whether to look in std.range or std.algorithm for something.  filter is in algorithm but recurrence is in range, for instance. I can see why but I still sometimes go to the wrong module's documentation to look something up. There should probably be a lot more cross referencing between the two in the documentation.  Also, I think std.algorithm could use a mini-FAQ.  std.range is long overdue for an entire article explaining ranges but that's a well known omission that pretty much everyone agrees on.