Function glsl_lang::parser::__action414

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