BLS:
> D2 so far..
> import dcollections.LinkList;

In D use dynamic arrays unless you really need to remove or add a lot of items 
from the start or middle of the sequence. On modern CPUs linked lists are 
usually the wrong data structure to use.

Bye,
bearophile

Reply via email to