File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,7 @@ optional second argument `h` is another hash code to be mixed with the result.
1111New types should implement the 2-argument form, typically by calling the 2-argument `hash`
1212method recursively in order to mix hashes of the contents with each other (and with `h`).
1313Typically, any type that implements `hash` should also implement its own [`==`](@ref) (hence
14- [`isequal`](@ref)) to guarantee the property mentioned above. Types supporting subtraction
15- (operator `-`) should also implement [`widen`](@ref), which is required to hash
16- values inside heterogeneous arrays.
14+ [`isequal`](@ref)) to guarantee the property mentioned above.
1715
1816The hash value may change when a new Julia process is started.
1917
You can’t perform that action at this time.
0 commit comments