Function decorum::cmp_float_array

source ·
pub fn cmp_float_array<T>(lhs: &T, rhs: &T) -> Orderingwhere
    T: FloatArray,
Expand description

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.