is_ident_byte

Function is_ident_byte 

Source
pub(crate) fn is_ident_byte(b: u8) -> bool
Expand description

true when b is an ASCII identifier byte ([A-Za-z0-9_]).