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 4aefdf1 commit a470abeCopy full SHA for a470abe
example/hashmaps/example_hashmaps_set_other_data.f90
@@ -12,7 +12,6 @@ program example_set_other_data
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
call set(key, [5, 7, 4, 13])
17
call set(other, 'A value')
18
call map%map_entry(key, other)
0 commit comments