pub fn over<X, Y>( left: &[X], right: &[Y], eq_fn: impl FnMut(&X, &Y) -> bool, ) -> bool
Checks if two slices are equal as per eq_fn.
eq_fn