pub const big_uint: RegexParser<BigUint, <BigUint as FromStr>::Err>;
Expand description
Parse a BigUint (using its FromStr
implementation in the num-bigint
crate, except that underscores between digits are not accepted and a
leading +
sign is not accepted).