Function decorum::hash_float_array

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

Hashes an array of primitive floating-point values.

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