impl_float

Macro impl_float 

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