fn is_word_start(c: char) -> bool
Returns whether or not a char is a word start (Unicode XID_Start + ‘_’)