num::bigint::DoubleBigDigitExperimental
[-]
[+]
[src]
type DoubleBigDigit = u64;
A DoubleBigDigit
is the internal type used to do the computations. Its
size is the double of the size of BigDigit
.