Function slice_eq

Source
pub(crate) fn slice_eq<T, U>(
    left: &[T],
    right: &[U],
    eq: impl Fn(&T, &U) -> bool,
) -> bool