Skip to main content

classify

Function classify 

Source
pub fn classify(ch: char) -> Class
Expand description

What blue does with ch.

ASCII is not this function’s business — the lexer handles it directly, and routing it here would put a table lookup in front of every byte of every ordinary program.