@psalm-pure
public function fromHexadecimal(Hexadecimal $hex) : UuidInterface { return $this->codec ->decode($hex->__toString()); }