dsimcha wrote:
== Quote from Andrei Alexandrescu (seewebsiteforem...@erdani.org)'s article
Hi everybody,
I just committed all of Phobos into svn on dsource.org. That is not an
official release and has known and unknown bugs, limitations, and
rhinodemons. I expect some ripples before we stabilize, but when we will
we'll stabilize at a higher potential.
Two things that had been discussed on this NG that I noticed are conspicuously
absent: eager(), which converts a lazy range to an array, and range-oriented
streams. Are these still in the works?
Good questions. I forgot about eager(), and would like to think a bit
more about the range-oriented streams.
Andrei