dcollections 1.0 and 2.0a beta released

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Mon May 24 13:08:38 PDT 2010


On 05/24/2010 02:01 PM, Pelle wrote:
> On 05/24/2010 06:27 PM, Andrei Alexandrescu wrote:
>> struct List { int v; List * next; }
>>
>
> While I do agree with that design for a list, that is no reference type.

List* is.

My point was that the pressure for a really simple hand-rolled SLL is 
huge. A good abstraction should convince the Walters of this world that 
the abstraction is actually better than the hand-rolled SLL.

Andrei


More information about the Digitalmars-d-announce mailing list