[Global]: loading init
This commit is contained in:
8
deps/json/docs/examples/std_hash.output
vendored
Normal file
8
deps/json/docs/examples/std_hash.output
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
hash(null) = 2654435769
|
||||
hash(false) = 2654436030
|
||||
hash(0) = 2654436095
|
||||
hash(0U) = 2654436156
|
||||
hash("") = 6142509191626859748
|
||||
hash({}) = 2654435832
|
||||
hash([]) = 2654435899
|
||||
hash({"hello": "world"}) = 4469488738203676328
|
Reference in New Issue
Block a user