naga::front::wgsl::parse::lexer

Function 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)