Notice that the straightforward parallel version of `fold` does not seem to be worth implementing since it is nothing but `reduce().unwrap_or()`.
Notice that the straightforward parallel version of
folddoes not seem to be worth implementing since it is nothing butreduce().unwrap_or().