View on GitHub

Dcollections

Collection package for D

Download this project as a .zip file Download this project as a tar.gz file

Welcome to dcollections

(note that some links still point back at dsource, which I will fix when I move that data/pages over to github).

dcollections is an implementation of collection classes inspired by Tango, Java, and C++. The goal of dcollections is to provide an efficient collections implementation that uses as many D ideas as possible.

Dcollections 1.0 has been released and will no longer be maintained (anyone interested in continuing development, please send me a message, and I will link to your fork). It is located in the D1 branch.

Dcollections 2.0 has gone into beta. Version 2.0 is built for D2, and will not work with D1. The version numbers will be 2.0a, 2.0b, etc. until it comes out of beta, and then it will be just called 2.0. The current beta release 2.0c is available in tarball and zip formats.

License

dcollections 1.0 is Open Source software distributed under the BSD License. See the full license here.

dcollections 2.0 is Open Source software distributed under the Boost License. See the full license here.

Features

See the full change log

Documentation

At this point, documentation does not exist online. You must run ddoc on the source to get a documentation output. I am planning on adding dcollections to dub, and use vibe.d's doc generation system (which should become official ddoc eventually).

There is no tutorial, and may never be :( Unfortunately I have very little time. It is on the list of things to do.

TODO

In no specific order: