Function decorum::cmp_float_array [] [src]

pub fn cmp_float_array<T>(lhs: &T, rhs: &T) -> Ordering where
    T: FloatArray, 

Compares primitive floating-point arrays.

See cmp_float for details of scalar comparisons. The ordering of arrays is determined by the first instance of non-equal corresponding elements. If no such instance exists, then the arrays are equal.