pub fn unordered_over<X>( left: &[X], right: &[X], eq_fn: impl FnMut(&X, &X) -> bool) -> bool
Checks if each element in the first slice is contained within the latter as per eq_fn.
eq_fn