Function decorum::eq_float_slice

source ·
pub fn eq_float_slice<T>(lhs: &[T], rhs: &[T]) -> boolwhere
    T: Float + Primitive,
Expand description

Determines if primitive floating-point slices are equal.

See eq_float for details of scalar comparisons. Slices are equal if all of their corresponding elements are equal. Slices of different lengths are never considered equal.