Returns the last node of the current selection.
public function last() : static { return $this->eq(\count($this->nodes) - 1); }