nspl\ds\Collection::key PHP Method

key() public method

(PHP 5 >= 5.0.0)
Return the key of the current element
public key ( ) : mixed
return mixed scalar on success, or null on failure.
    public function key()
    {
        return key($this->array);
    }