Function __action428

Source
fn __action428<'i, L>(
    ctx: &ParseContext,
    (_, e, _): (LexerPosition, Option<ArrayedIdentifier>, LexerPosition),
    (_, v, _): (LexerPosition, Vec<ArrayedIdentifier>, LexerPosition),
) -> Vec<ArrayedIdentifier> 
where L: HasLexerError,