float

Macro float 

Source
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>.