Adds element to hash table, or replaces existing value. This function does not resolve hash collisions.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(hash_table_type), | intent(inout) | :: | hash_table |
Hash table type. |
||
character(len=*), | intent(in) | :: | key |
Hash table key. |
||
class(*), | intent(inout), | target | :: | value |
Associated value. |