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 7cde920 commit ff4bbd4Copy full SHA for ff4bbd4
example/hashmaps/example_hashmaps_get_all_keys.f90
@@ -42,7 +42,6 @@ program example_set_other_data
42
contains
43
!Converts key type to character type
44
function key_to_char(key) result(str)
45
- implicit none
46
type(key_type), intent(in) :: key
47
character(:), allocatable :: str
48
character(:), allocatable :: str_mold
0 commit comments