Trait SpecArrayEq
pub(in ::array::equality) trait SpecArrayEq<Other, const N: usize>: Sized
Required Methods
fn spec_eq(a: &[Self; N], b: &[Other; N]) -> boolfn spec_ne(a: &[Self; N], b: &[Other; N]) -> bool
Implementors
impl<T: ~const BytewiseEq<U>, U, const N: usize> SpecArrayEq<U, N> for Timpl<T: ~const PartialEq<Other>, Other, const N: usize> SpecArrayEq<Other, N> for T