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),
) -> SingleDeclarationNoTypewhere
L: HasLexerError,