digitalmars.D - interesting iterator library
- Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> Jan 19 2010
- Jesse Phillips <jessekphillips+D gmail.com> Jan 20 2010
Interesting design. The interfaces map quite well to the issues addressed by ranges. http://www.php.net/~helly/php/ext/spl/ Andrei
Jan 19 2010
Andrei Alexandrescu wrote:Interesting design. The interfaces map quite well to the issues addressed by ranges. http://www.php.net/~helly/php/ext/spl/ Andrei
That is interesting, I like the 'RecursiveIteratorIterator" Ranges seem so much simpler.
Jan 20 2010
Jesse Phillips wrote:Andrei Alexandrescu wrote:Interesting design. The interfaces map quite well to the issues addressed by ranges. http://www.php.net/~helly/php/ext/spl/ Andrei
That is interesting, I like the 'RecursiveIteratorIterator" Ranges seem so much simpler.
In fact the PHP iterators described therein have range interfaces. Andrei
Jan 20 2010








Andrei Alexandrescu <SeeWebsiteForEmail erdani.org>