pub const fn char_to_digit(c: u8, radix: u32) -> Option<u32>
parse-floats
parse-integers
Convert a character to a digit.