Function glsl_lang::parser::__action434

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