Macro signed_float_impl

Source
macro_rules! signed_float_impl {
    ($t:ty) => { ... };
}