pub const fn set_ascii_alphanum(table: [bool; 256]) -> [bool; 256]
Mark the ASCII alphanumeric bytes (0-9, A-Z, a-z) as true.
0-9
A-Z
a-z
true