Function decorum::hash_float_slice [] [src]

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

Hashes a slice of raw floating point values.

See hash_float for details.