On Mon, 15 Mar 2010 16:33:40 -0400, Robert Clipsham <rob...@octarineparrot.com> wrote:

Hi all,

Is there a library with some container classes/structs around for D2 yet? More specifically, I'm looking for a CircularList/Queue implementation. I read Andrei was working on something for phobos a while back, it doesn't seem to be available yet though.

Not yet. I am in the process of porting dcollections (www.dsource.org/projects/dcollections), but I don't have an ETA, as I have little free time ATM. Not sure where Andrei is on his lib.

I don't have a Queue or CircularList, although my LinkedList implementation is internally a circularly linked list. It would be easy to add such a list.

-Steve

Reply via email to