TaskPool.reduce

template reduce(functions...)
reduce
(
Args...
)
(
Args args
)

Members

Functions

reduce
auto reduce(Args args)

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.

Meta