Return the current position.
@todo need to add return type mixed (require update php version to 8.0)
integer The current position.
public function key() { return $this->position; }