pub fn get<I, R>(iter: I, index: R) -> R::Outputwhere I: IntoIterator, R: IteratorIndex<I::IntoIter>,