[Issue 16654] hashOf returns different hashes for the same string value

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Nov 3 06:56:06 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=16654

--- Comment #2 from Steven Schveighoffer <schveiguy at yahoo.com> ---
(In reply to Steven Schveighoffer from comment #1)
> As I determined in that thread, note that core.internal.hash.hashOf does not
> do the same thing as object.hashOf. It hashes only the bits of the given
> type.

It being object.hashOf. core.internal.hash.hashOf does a more reasonable thing.

--


More information about the Digitalmars-d-bugs mailing list