Macro is_float

Source
macro_rules! is_float {
    ($tp:tt) => { ... };
}
Expand description

Is this type an IEEE 754 floating point number?