Trait SlicePartialEq
pub(in ::slice::cmp) trait SlicePartialEq<B>
Required Methods
unsafe fn equal_same_length(lhs: *const Self, rhs: *const B, len: usize) -> boolSafety
lhsandrhsare both readable forlenelements
Implementors
impl<A, B> SlicePartialEq<B> for A where A: ~const BytewiseEq<B>,impl<A, B> SlicePartialEq<B> for A where A: ~const PartialEq<B>,