Function glsl_lang::parser::__action314

source ยท
fn __action314<'i, L>(
    ctx: &ParseContext,
    (_, l, _): (LexerPosition, LexerPosition, LexerPosition),
    (_, i, _): (LexerPosition, ArrayedIdentifier, LexerPosition),
    (_, e, _): (LexerPosition, Option<Initializer>, LexerPosition),
    (_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> SingleDeclarationNoType
where L: HasLexerError,