DList - Various Comments/Questions

Chris Williams yoreanon-chrisw at yahoo.co.jp
Fri Dec 14 11:04:40 PST 2012


> This should work:
>
> 	queue = SomeList([
> 		SomeData("Foo", "bar")
> 	]);
>
> A little verbose, but it should work.

That did indeed work. Thank you.

Any thoughts on insertBack() removeAny()? Is this a bug in the 
implementation or am I using the container wrong, somehow?


More information about the Digitalmars-d mailing list