Stable D version?

anonymous anonymous at example.com
Mon Apr 22 21:58:29 PDT 2013


On Tuesday, 23 April 2013 at 04:48:05 UTC, Chris Cain wrote:
> On Tuesday, 23 April 2013 at 04:43:04 UTC, Mehrdad wrote:
>> It has nothing to do with the standard library.
>> It should do whatever operator == does.
>
> Sounds slow. We really need a way for you to choose to have it 
> your way and the way it is now.
>
> Oh, there's opEquals. Now we can both be happy. :)

For fast bitwise comparison there's the "is" operator.
The "==" operator should be "slow".
See also http://d.puremagic.com/issues/show_bug.cgi?id=3789


More information about the Digitalmars-d mailing list