Function int_from_base_str_big

Source
pub fn int_from_base_str_big(s: &str, base: u8) -> Result<Natural>
Expand description

Returns the integer represented by n in the requested base.