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 c02421a commit 6228b58Copy full SHA for 6228b58
example/hashmaps/example_hashmaps_remove.f90
@@ -12,7 +12,6 @@ program example_remove
12
! Initialize hashmap with 2^10 slots.
13
! Hashmap will dynamically increase size if needed.
14
call map%init(fnv_1_hasher, slots_bits=10)
15
-
16
! Explicitly set key type using set function
17
call set(key, [1, 2, 3])
18
call map%map_entry(key, 4.0)
0 commit comments