Function decorum::hash_float_slice

source ·
pub fn hash_float_slice<T, H>(values: &[T], state: &mut H)where
    T: Float + Primitive,
    H: Hasher,
Expand description

Hashes a slice of primitive floating-point values.

See hash_float for details.