rcrowe\Hippy\Queue::rewind PHP Method

rewind() public method

Rewind back to the first element in the queue.
public rewind ( ) : void
return void
    public function rewind()
    {
        reset($this->container);
    }