macro_rules! impl_full_ops {
($($ty:ty: add($addfn:path), mul/div($bigty:ident);)*) => { ... };
}
🔬This is a nightly-only experimental API. (
core_private_bignum
)macro_rules! impl_full_ops {
($($ty:ty: add($addfn:path), mul/div($bigty:ident);)*) => { ... };
}
core_private_bignum
)