Function glsl_lang::parser::__action433

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