Skip to main content

array_equal

Function array_equal 

Source
pub fn array_equal<T, D>(a: &Array<T, D>, b: &Array<T, D>) -> bool
where T: Element + PartialEq, D: Dimension,
Expand description

Test whether two arrays have the same shape and elements.