A few notes on choosing between Go and D for a quick project

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Fri Mar 13 12:07:35 PDT 2015


On 3/13/15 12:02 PM, Joe Greer wrote:
> In this case, there
> should really be an entry associated
> with the string class that
> indicates that this algorithm works with
> it and for that matter, all
> common string operations that are
> implemented as algorithms should be
> referred to there.

Yah, I think we should add references (with examples) to std.string's 
documentation to std.algorithm functions that typically apply to 
strings. -- Andrei


More information about the Digitalmars-d mailing list