Dnia 30-08-2010 o 21:10:10 Tomek Sowiński <just at ask.me> napisał(a): > How about reduce!fun(range)? It's pure/nothrow when fun is pure/nothrow. > Plenty of std.algorithm would benefit. Eh, nevermind. popFront() must mutate the range so it can't be pure. Need to get some sleep...