Generator::nextResume execution of the generator Description
public void Generator::next()
Calling Generator::next has the same effect as calling
Generator::send with ParametersThis function has no parameters. Return ValuesNo value is returned. |