Function naga::front::wgsl::parse::lexer::consume_any

source ยท
fn consume_any(input: &str, what: impl Fn(char) -> bool) -> (&str, &str)