Trait core::array::equality::SpecArrayEq
source · trait SpecArrayEq<Other, const N: usize>: Sized {
// Required methods
fn spec_eq(a: &[Self; N], b: &[Other; N]) -> bool;
fn spec_ne(a: &[Self; N], b: &[Other; N]) -> bool;
}