puthash

puthash is a built-in function in `C source code'.

(puthash KEY VALUE TABLE)

Associate KEY with VALUE in hash table TABLE.
If KEY is already present in table, replace its current value with
VALUE. In any case, return VALUE.