Trait SpecArrayEq

pub(in ::array::equality) 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

Implementors