pub(crate) fn is_ident_byte(b: u8) -> bool
true when b is an ASCII identifier byte ([A-Za-z0-9_]).
true
b
[A-Za-z0-9_]