is_identifier_char

Function is_identifier_char 

Source
pub fn is_identifier_char(c: char) -> bool
Expand description
IdentifierChars = ALPHA / DIGIT / "_"