Returns cursor position in n
and maximum size of hash table in
max_size
.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(hash_table_type), | intent(inout) | :: | hash_table |
Hash table type. |
||
integer, | intent(out), | optional | :: | n |
Current number of values. |
|
integer, | intent(out), | optional | :: | max_size |
Max. number of values. |