Parser.peekPastParens

const(Token) * peekPastParens() const pure nothrow @safe @nogc

Returns

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.