On Mon, 15 Apr 2013 12:00:43 -0400, Andrej Mitrovic
<[email protected]> wrote:
On 4/15/13, Steven Schveighoffer <[email protected]> wrote:
This is similar to what dcollections does:
https://github.com/schveiguy/dcollections/blob/master/dcollections/ArrayList.d#L53
OT: Is dcollection now moved to github or is it just a mirror? The old
site[1] doesn't mention it.
[1] : http://www.dsource.org/projects/dcollections
I did it one afternoon fully intending to port everything to the github
repository. But all I did was port the source history. Given that I
haven't touched dcollections in a long time, it's effectively a mirror.
I will only do development in github from now on. But I need to spend
some time to copy all the documentation/wiki stuff over to github. And
find the time to do it :)
-Steve