I think `f64::from(bool)` and `f32::from(bool)` could be added. Currently I perform that in two steps: `f64::from(u32::from(bool))` `f32::from(u16::from(bool))`
I think
f64::from(bool)andf32::from(bool)could be added. Currently I perform that in two steps:f64::from(u32::from(bool))f32::from(u16::from(bool))