pub fn int_from_base_str_big(s: &str, base: u8) -> Result<Natural>
Returns the integer represented by n in the requested base.