[Issue 346] 'is' operator inconsistant with arrays

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Sep 12 21:48:28 PDT 2006


http://d.puremagic.com/issues/show_bug.cgi?id=346


bugzilla at digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #1 from bugzilla at digitalmars.com  2006-09-12 23:48 -------
"==" means the contents of the array are the same. "is" means the arrays occupy
the same location in memory. The program is behaving as expected.


-- 




More information about the Digitalmars-d-bugs mailing list