Trass3r wrote:
 Structs are compared *bitwise*!

Not in D2, any more. If a member has an opEquals, it's compared using ==.

Ok, what's the rationale?

If there is an opEquals, it should not be ignored. If it has no opEquals, it's just considered to be a bag of bits.

Reply via email to