Skip to content

Commit fa90e04

Browse files
committed
Update stdlib_hashmaps.md
1 parent 8303b2b commit fa90e04

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/specs/stdlib_hashmaps.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,13 @@ The type's definition is below:
885885
end type hashmap_type
886886
```
887887

888+
`hashmap_type` can be used to define a procedure interface that can accept both `open_hashmap_type` and `chaining_hashmap_type`.
889+
890+
##### Example
891+
892+
```fortran
893+
{!example/hashmaps/example_hashmaps_abstract_type.f90!}
894+
```
888895

889896
#### The `chaining_map_entry_type` derived type
890897

0 commit comments

Comments
 (0)