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.
2 parents fa90e04 + 319b1f8 commit e5c9065Copy full SHA for e5c9065
example/hashmaps/example_hashmaps_abstract_type.f90
@@ -1,9 +1,7 @@
1
-
2
! For procedure interfaces, consider using abstract hashmap_type for interface definition.
3
! This allows the procedure to be used for both chaining and open hashmap types.
4
5
program example_abstract_type
6
- use stdlib_kinds, only: int8, int64
7
use stdlib_hashmaps, only: chaining_hashmap_type, open_hashmap_type, hashmap_type
8
9
implicit none
0 commit comments