Parallel reduce on a random access range. Except as otherwise noted, usage is similar to std.algorithm.iteration._reduce. There is also fold which does the same thing with a different parameter order.
See Implementation