Function val_to_digit

Source
pub fn val_to_digit(v: u8) -> char
Expand description

Converts a numeric value to its digit character representation.

§Arguments

  • v - The numeric value to convert.

§Returns

The character representation of the digit.