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

Alexandru Ermicioi alexandru.ermicioi at gmail.com
Tue Aug 25 07:12:26 UTC 2020


On Monday, 24 August 2020 at 12:28:27 UTC, Stefan Koch wrote:
> 1) Complicating the rules for is expressions further

It will complicate a lot more since, you can do type matching 
chains in is expression:

------
is(T : Z[], Z != X, X : SomeType)
------

- Alex


More information about the Digitalmars-d mailing list