[][src]Function iter_comprehensions::productiter

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