macro_rules! impl_float {
($wrap:ident($ty:ty: $bits:expr)) => { ... };
($($wraps:ident($tys:ty: $bits:expr))*) => { ... };
}macro_rules! impl_float {
($wrap:ident($ty:ty: $bits:expr)) => { ... };
($($wraps:ident($tys:ty: $bits:expr))*) => { ... };
}