On Fri, May 18, 2012 at 3:36 PM, Mehrdad <span dir="ltr"><<a href="mailto:wfunction@hotmail.com" target="_blank">wfunction@hotmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Friday, 18 May 2012 at 21:28:45 UTC, Andrei Alexandrescu wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I guess it is now :o).<br>
<br>
Andrei<br>
</blockquote>
<br></div>
lol<br>
<br>
<br>
One more thing that's also annoying about this is that it's not in std.algorithms, but std.range...<br>
<br>
Asn't binary search an algorithm?<br>
</blockquote></div><br><div>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.</div>