More operators inside `is(...)` expressions

Steven Schveighoffer schveiguy at gmail.com
Tue Sep 1 17:53:02 UTC 2020


On 9/1/20 12:29 PM, Andrei Alexandrescu wrote:
> 
> So for the or we have something like:
> 
> version(a) version = a_or_b;
> else version(b) version = a_or_b;
> 
> Not too bad if you don't have many. And if you do:
> 
> https://run.dlang.io/is/CZ5B6z
> 
> I'll see myself out.

I couldn't have made my point better ;)

Defense rests.

-Steve


More information about the Digitalmars-d mailing list