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 1e33189 commit c02421aCopy full SHA for c02421a
example/hashmaps/example_hashmaps_map_entry.f90
@@ -14,7 +14,6 @@ program example_map_entry
14
15
type(array_data_wrapper) :: array_example
16
17
-
18
! Initialize hashmap with 2^10 slots.
19
! Hashmap will dynamically increase size if needed.
20
call map%init(fnv_1_hasher, slots_bits=10)
0 commit comments