from_digit

Function from_digit 

Source
pub(super) const fn from_digit(num: u32, radix: u32) -> Option<char>
Expand description

Converts a digit in the given radix to a char. See char::from_digit.