Parser.peekPastParens

class Parser
protected final const pure nothrow @safe @nogc
const(Token)*
peekPastParens
()

Return Value

Type: const(Token)*

a pointer to the token after a set of balanced parenthesis, or null in the case that the current token is not an opening parenthesis or an end of file is reached before a closing parenthesis is found, or the closing parenthesis is the last token.

Meta