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