Function glsl_lang::parser::__action21

source ยท
fn __action21<'i, L>(
    ctx: &ParseContext,
    (_, l, _): (LexerPosition, LexerPosition, LexerPosition),
    (_, a, _): (LexerPosition, ArraySpecifierDimensionData, LexerPosition),
    (_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> ArraySpecifierDimension
where L: HasLexerError,