Type Alias big_int::DoubleDigit
source · pub type DoubleDigit = u16;Expand description
this must be twice the size of Digit (for overflow prevention)
pub type DoubleDigit = u16;this must be twice the size of Digit (for overflow prevention)