Macro impl_float_to_int

Source
macro_rules! impl_float_to_int {
    ($Float:ty => $($Int:ty),+) => { ... };
}