fn isAlphanumeric(c: u8) bool

Returns whether the character is alphanumeric: A-Z, a-z, or 0-9.

Parameters

c: u8,