[][src]Function commons_lang::array::array_equal

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