Dynamic arrays in D 1.0

bearophile bearophileHUGS at lycos.com
Sun May 11 14:45:28 PDT 2008


Edward Diener:
> I see the Phobos std.string. It seems, at first glance, not nearly as 
> rich an implementation as the C++ std::string functionality.

A module of strings functions and the like is a work of the art of balance. More isn't always better. You have to put there the best/right functions, and throw away the useless ones, the more confusing ones, etc etc.

Bye,
bearophile



More information about the Digitalmars-d mailing list