Function Parser.peekPastParens

final const(TokenStructure!(ubyte,"import dparse.lexer:TokenTriviaFields,TriviaToken; mixin TokenTriviaFields;"))* peekPastParens() pure nothrow @nogc @safe const;

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.