Function itertools::tee::new

source ยท
pub fn new<I>(iter: I) -> (Tee<I>, Tee<I>)
where I: Iterator,