Skip to content

Commit

Permalink
Document UInt return type of objectid (JuliaLang#40669)
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored and jarlebring committed May 4, 2021
1 parent f8d1357 commit d8ddf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/reflection.jl
Original file line number Diff line number Diff line change
@@ -293,7 +293,7 @@ macro locals()
end

"""
objectid(x)
objectid(x) -> UInt
Get a hash value for `x` based on object identity. `objectid(x)==objectid(y)` if `x === y`.

0 comments on commit d8ddf08

Please sign in to comment.