Function decorum::hash_float_array [] [src]

pub fn hash_float_array<T, H>(array: &T, state: &mut H) where
    T: FloatArray,
    H: Hasher

Hashes an array of primitive floating-point values.

Supports arrays up to length 16. See hash_float for details.