Macro define_int_float_limits

Source
macro_rules! define_int_float_limits {
    ($int:ty, $float:ty, $min:expr, $max:expr) => { ... };
}