Function __action21

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