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