macro_rules! float {
($val:expr) => { ... };
}Expand description
Convert from int to float. (pure)
Usage: float!($v) (expression)
Converts a Nillable<u64> to a Nillable<f64>.
macro_rules! float {
($val:expr) => { ... };
}Convert from int to float. (pure)
Usage: float!($v) (expression)
Converts a Nillable<u64> to a Nillable<f64>.