iter\rewindable\_RewindableGenerator::rewind PHP Method

rewind() public method

public rewind ( )
    public function rewind()
    {
        $function = $this->function;
        $this->generator = $function(...$this->args);
    }