Blaming the D language

Steven Schveighoffer via Digitalmars-d digitalmars-d at puremagic.com
Fri Oct 24 14:45:15 PDT 2014


On 10/22/14 1:17 AM, Domingo Alvarez Duarte wrote:

> Let's talk about libraries now, there is some silly things like
> associative array not having a "clear/lenght=0" way to reset it, and
> people sugest create templates that does:
>
> foreach(string key; aa.keys) aa.remove(key);

Annoying...

https://github.com/D-Programming-Language/druntime/pull/999

-Steve



More information about the Digitalmars-d mailing list