Allocates the internal data-structures of the given dictionary.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dict_str_i4_type), | intent(inout) | :: | dict | |||
integer, | intent(in), | optional | :: | initial_capacity |
The initial size of the internal array (default=11). |
Allocates the internal data-structures of the given dictionary.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dict_i4tuple_callstat_type), | intent(inout) | :: | dict | |||
integer, | intent(in), | optional | :: | initial_capacity |
The initial size of the internal array (default=11). |