macro_rules! impl_into_integerish {
    ($float_type:ty, $int_type:ty) => { ... };
}