Macro define_primitive_numeric

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