Trait SlicePartialEq

pub(in ::slice::cmp) trait SlicePartialEq<B>

Required Methods

unsafe fn equal_same_length(lhs: *const Self, rhs: *const B, len: usize) -> bool

Safety

lhs and rhs are both readable for len elements

Implementors