hash-table-merge!

[procedure] hash-table-merge! hash-table1 hash-table2

SRFI-69: Adds all mappings in hash-table2 into hash-table1 and returns the resulting hash table. This function may modify hash-table1 destructively.