rayon::iter::sum

Function sum

source
pub(super) fn sum<PI, S>(pi: PI) -> S
where PI: ParallelIterator, S: Send + Sum<PI::Item> + Sum,