digitalmars.D - interesting iterator library
- Andrei Alexandrescu (4/4) Jan 19 2010 Interesting design. The interfaces map quite well to the issues
- Jesse Phillips (3/7) Jan 20 2010 That is interesting, I like the 'RecursiveIteratorIterator"
- Andrei Alexandrescu (3/16) Jan 20 2010 In fact the PHP iterators described therein have range interfaces.
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/ AndreiThat is interesting, I like the 'RecursiveIteratorIterator" Ranges seem so much simpler.
Jan 20 2010
Jesse Phillips wrote:Andrei Alexandrescu wrote:In fact the PHP iterators described therein have range interfaces. AndreiInteresting design. The interfaces map quite well to the issues addressed by ranges. http://www.php.net/~helly/php/ext/spl/ AndreiThat is interesting, I like the 'RecursiveIteratorIterator" Ranges seem so much simpler.
Jan 20 2010