New look & feel for std.algorithm
Andrei Alexandrescu
SeeWebsiteForEmail at erdani.org
Wed Apr 6 06:48:18 PDT 2011
On 04/05/2011 06:39 PM, user at domain.invalid wrote:
> 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
>
Thanks. Got a fix for that, too, from klickverbot.
https://github.com/D-Programming-Language/phobos/pull/26
Andrei
More information about the Digitalmars-d
mailing list