macro_rules! gen_le_f32 {
($i:expr, $val:expr) => { ... };
}
Expand description
gen_le_f32!(I, f32) => I -> Result<I,E>
Write a 4 byte float.
macro_rules! gen_le_f32 {
($i:expr, $val:expr) => { ... };
}
gen_le_f32!(I, f32) => I -> Result<I,E>
Write a 4 byte float.