Function glsl_lang::parser::__action435
source ยท fn __action435<'i, L>(
ctx: &ParseContext,
(_, e, _): (LexerPosition, Option<Expr>, LexerPosition),
(_, v, _): (LexerPosition, Vec<Expr>, LexerPosition),
) -> Vec<Expr>where
L: HasLexerError,