Function lexical_util::digit::char_is_digit

source ยท
pub const fn char_is_digit(c: u8, radix: u32) -> bool
Expand description

Determine if a character is a digit.