Trait core::slice::cmp::SlicePartialEq
source · trait SlicePartialEq<B> {
// Required method
fn equal(&self, other: &[B]) -> bool;
// Provided method
fn not_equal(&self, other: &[B]) -> bool { ... }
}