mapfoldl()

mapfoldl()

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

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

source