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) https://www.w3.org/TR/WGSL/#line-break
const fn is_comment_end(c: char) -> bool
Returns whether or not a char is a comment end (Unicode Pattern_White_Space excluding U+0020, U+0009, U+200E and U+200F) https://www.w3.org/TR/WGSL/#line-break