reduce()

reduce()

treduce(op::Function, itr::AbstractArray)

Multi-threaded version of reduce(op, itr). Note that function op must not change type!

source