Function naga::front::wgsl::parse::lexer::is_word_part

source ยท
fn is_word_part(c: char) -> bool
Expand description

Returns whether or not a char is a word part (Unicode XID_Continue)