Function array_equal

Source
pub fn array_equal<T: PartialEq>(left: &[T], right: &[T]) -> bool