extra::bigint::BigDigit

type BigDigit = u32;

A BigDigit is a BigUint's composing element.

A BigDigit is half the size of machine word size.