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

Justin C Calvarese technocrat7 at gmail.com
Sat Nov 18 08:34:35 PST 2006


Pierre Rouleau wrote:
> Hi!
> I'v been remotely following D's evolution.
> 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.
> 
> Thanks
> 
> - P.R.


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


-- 
jcc7



More information about the Digitalmars-d mailing list