Warning: value_hash_insert is deprecated.
Inserts the provided value of type type
into hash
.
Use Variant API instead.
(Unlike with @set, both the key and the value are copied).
hash |
a value hash |
key |
the key |
type |
a Type |
... |
a value of type |