Returns whether this number is even.
public function isEven() : bool { return \in_array($this->value[-1], [ '0', '2', '4', '6', '8', ], true); }