fn isHex(c: u8) bool

Returns whether the character is a hexadecimal digit: A-F, a-f, or 0-9.

Parameters

c: u8,