Create a new hash table with maximum number of entries.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(hash_table_type), | intent(inout) | :: | hash_table |
Hash table type. |
||
integer, | intent(in) | :: | max_entries |
Maximum number of entries. |