Function core::char::convert::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.
pub(super) const fn from_digit(num: u32, radix: u32) -> Option<char>Converts a digit in the given radix to a char. See char::from_digit.