Component programming with ranges

Jos van Uden usenet at fwend.com
Wed Aug 7 16:59:37 PDT 2013


On 6-8-2013 21:56, Andrei Alexandrescu wrote:
> Vote up!
>
> http://www.reddit.com/r/programming/comments/1jtzez/component_programming_with_ranges/
>
> Andrei
>
>

If I understand it correctly "chunkBy" cannot accept a string lambda, due to the
template constraint. Therefore the line

    alias attr = unaryFun!attrFun;

seems unnecessary to me.

By the way, when I try the code from github, it only prints the first 3 months.
DMD32 D Compiler v2.063 (win7 64)





More information about the Digitalmars-d-announce mailing list