Function from_digit
#[must_use]
pub(in ::char) const fn from_digit(num: u32, radix: u32) -> Option<char>
Converts a digit in the given radix to a char. See char::from_digit.
from_digit#[must_use]
pub(in ::char) const fn from_digit(num: u32, radix: u32) -> Option<char>
Converts a digit in the given radix to a char. See char::from_digit.