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.
1 parent b30b257 commit cb5a6dfCopy full SHA for cb5a6df
doc/specs/stdlib_hashmaps.md
@@ -4,7 +4,7 @@ title: Hash maps
4
5
# The `stdlib_hashmap_wrappers`, `stdlib_hashmap_chaining` and `stdlib_hashmap_open` modules
6
7
-(TOC)
+[TOC]
8
9
## Overview of hash maps
10
@@ -113,7 +113,8 @@ keys and their associated data.
113
114
The constant `int_hash` is used to define the integer kind value for
115
the returned hash codes and variables used to access them. It
116
-currently has the value, `int32`.
+currently is importedxd from `stdlib_hash_32bit` where it haas the
117
+value, `int32`.
118
119
### The `stdlib_hashmap_wrappers`' module's derived types
120
0 commit comments