Function glsl_lang::parser::__action430
source ยท fn __action430<'i, L>(
ctx: &ParseContext,
(_, e, _): (LexerPosition, Option<ArrayedIdentifier>, LexerPosition),
(_, v, _): (LexerPosition, Vec<ArrayedIdentifier>, LexerPosition),
) -> Vec<ArrayedIdentifier>where
L: HasLexerError,