Function ecolor::rgba::f32_hash

source ยท
pub(crate) fn f32_hash<H: Hasher>(state: &mut H, f: f32)
Expand description

Deterministically hash an f32, treating all NANs as equal, and ignoring the sign of zero.