Std.Hex.nibbleToAscii
1 declaration
fn
nibbleToAscii: Int -> Bool -> UInt8This is a callable function.
What it does
Converts a 4-bit numeric nibble (0..15) into an ASCII character byte.
Read the signature
- The text after the name is the type checked by Pudu.
- Read arrows from left to right: inputs come first, and the final type is returned.
