You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
implement operate_to!!(::BigInt, ::typeof(copy), ::T) for small int T
GMP natively supports integer types no wider than `Clong` or `Culong`,
so make use of that.
A followup PR may add support for generic subtypes of `Integer`, too.
Fixes#354
0 commit comments