Macro integer_impl

Source
macro_rules! integer_impl {
    ($($t: ident)+) => { ... };
}