Pinq\Iterators\Standard\Iterator::key PHP Method

key() final public method

final public key ( )
    public final function key()
    {
        if ($this->requiresFirstFetch) {
            $this->fetch();
        }
        return $this->key;
    }