Overload comparison operators for "nullable" types

H. S. Teoh hsteoh at quickfur.ath.cx
Thu Jul 30 14:52:17 UTC 2020


On Thu, Jul 30, 2020 at 01:41:05PM +0000, Oleg B via Digitalmars-d-learn wrote:
[...]
> Logically we can compare versions, but what must return `opCmp` if one of
> versions has 'not comparible' state?
[...]

opCmp is allowed to return float; so you could return float.nan in this
case.


T

-- 
"Real programmers can write assembly code in any language. :-)" -- Larry Wall


More information about the Digitalmars-d-learn mailing list