Skip to main content

is_name_continue

Function is_name_continue 

Source
pub fn is_name_continue(c: char) -> bool
Expand description

May this character continue a name? Joiners are accepted here and checked for context by validate — a character class alone cannot see what came before it.