rw_iter_util

Function zip_eq_fast

source
pub fn zip_eq_fast<A, B>(a: A, b: B) -> impl Iterator<Item = (A::Item, B::Item)>