macro_rules! num {
() => { ... };
( $num: expr ) => { ... };
( $( $num: expr ),+ ) => { ... };
}Expand description
Required to convert integets to floats.
macro_rules! num {
() => { ... };
( $num: expr ) => { ... };
( $( $num: expr ),+ ) => { ... };
}Required to convert integets to floats.