Function naga::front::wgsl::parse::lexer::is_blankspace

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

Returns whether or not a char is a blankspace (Unicode Pattern_White_Space)