fn isAlphanumeric(c: u8) bool
Returns whether the character is alphanumeric: A-Z, a-z, or 0-9.
c: u8,