mapfoldr()

mapfoldr()

tmapfoldr(f::Function, op::Function, itr::AbstractArray)::AbstractArray

Multi-threaded version of mapfoldr(f, op, itr). Only the mapping part is parallelised.

source