rcrowe\Hippy\Queue::key PHP Method

key() public method

Returns the key of the current element.
public key ( ) : integer
return integer
    public function key()
    {
        return key($this->container);
    }