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)
