[][src]Function iter_comprehensions::sumiter

pub fn sumiter<T, I>(it: I) -> T where
    T: Sum<T>,
    I: Iterator<Item = T>,