We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hash
==
isequal
1 parent 38bed82 commit 9b5f8bcCopy full SHA for 9b5f8bc
base/hashing.jl
@@ -11,7 +11,7 @@ const HASH_SECRET = (
11
"""
12
hash(x[, h::UInt])::UInt
13
14
-Compute an integer hash code such that `isequal(x,y)` implies `hash(x)==hash(y)`. The
+Compute an integer hash code such that `isequal(x,y)` implies `isequal(hash(x), hash(y))`. The
15
optional second argument `h` is another hash code to be mixed with the result.
16
17
New types should implement the 2-argument form, typically by calling the 2-argument `hash`
0 commit comments