Function naga::front::wgsl::parse::lexer::is_comment_end

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

Returns whether or not a char is a comment end (Unicode Pattern_White_Space excluding U+0020, U+0009, U+200E and U+200F)