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

Function is_word_start

source
fn is_word_start(c: char) -> bool
Expand description

Returns whether or not a char is a word start (Unicode XID_Start + ‘_’)