macro_rules! impl_numeric {
($($t:ty, $addmod_fn:ident, $mulmod_fn:ident);* $(;)?) => { ... };
(U256, $addmod_fn:ident, $mulmod_fn:ident) => { ... };
}
macro_rules! impl_numeric {
($($t:ty, $addmod_fn:ident, $mulmod_fn:ident);* $(;)?) => { ... };
(U256, $addmod_fn:ident, $mulmod_fn:ident) => { ... };
}