What is the state of === and !is as of D0.174

Pierre Rouleau prouleau at impathnetworks.com
Sat Nov 18 08:57:41 PST 2006


Justin C Calvarese wrote:

> Pierre Rouleau wrote:
>> Now that D.0174 no longer allows '===' and '!==' operator 
>> (http://www.digitalmars.com/d/changelog.html#new0174), what replaces 
>> '!=='?  Is it '!is' ?  Is '!in' allowed?
>>
>> BTW, the lexical page (http://www.digitalmars.com/d/lex.html) still 
>> lists '===' and '!==' in the list of tokens.
> 
> What's New for D 0.126
> Jun 7, 2005
> 
> === now deprecated, replaced with is
> !== now deprecated, replaced with !is
> 
> http://www.digitalmars.com/d/changelog1.html#new0126
> 
> 
Thanks, should have looked in 'older versions' link...

So this also means that   '!in'   never made it?

--

P.R.



More information about the Digitalmars-d mailing list