Function naga::front::wgsl::parse::lexer::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 + ‘_’)