Function from_digit
const fn from_digit(num: u32, radix: u32) -> Option<char>
Converts a digit in the given radix to a char. Use char::from_digit instead.
from_digitconst fn from_digit(num: u32, radix: u32) -> Option<char>
Converts a digit in the given radix to a char. Use char::from_digit instead.