Function Parser.startsWith
						
				final bool startsWith(
				
  scope ubyte[] types...
				
				) pure nothrow @nogc @safe const;
						
					
				Returns
true if there are at least types tokens starting at
 the current token, and the tokens have types corresponding to the
 elements of types.