On 4-4-2011 7:58, Andrei Alexandrescu wrote:
There were also a number of bugs on www.d-programming-language.org,
which David Gileadi kindly took care of. Please take a look at
www.digitalmars.com and let me know if you find any issues. In
particular, we've discussed a while ago the new look and feel of
std.algorithm, which will serve as an example for later modules. This is
the current form:
http://d-programming-language.org/phobos-prerelease/std_algorithm.html

Great. Love the cheat sheet.

BTW

canFind         find("hello world", "or") returns true.

Should that not be:

canFind         canFind("hello world", "or") returns true.


Jos

Reply via email to