hexf32!() { /* proc-macro */ }
Expands to a f32 value with given hexadecimal representation.
f32
assert_eq!(hexf32!("0x1.99999ap-4"), 0.1f32);