over

Function over 

Source
pub fn over<X, Y>(
    left: &[X],
    right: &[Y],
    eq_fn: impl FnMut(&X, &Y) -> bool,
) -> bool
Expand description

Checks if two slices are equal as per eq_fn.