The new, new phobos sneak preview
Lars Kyllingstad
public at kyllingen.NOSPAMnet
Sat Apr 11 12:08:33 PDT 2009
Andrei Alexandrescu wrote:
> 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.
Some corrections/suggestions to std.range, if you are ready for such yet:
From the documentation it seems that the function series() is meant to
be called recurrence(). (Personally I think recursiveSequence() is more
fitting.)
The function sequence() is missing from the documentation, only struct
Sequence is listed. Guess there should be a ///ditto in there.
I think isInfinite!() should be called isInfiniteRange!(). The current
name is, in my opinion, too general.
-Lars
More information about the Digitalmars-d
mailing list