chickadee » srfi-69 » hash-table-merge

hash-table-merge HASH-TABLE-1 HASH-TABLE-2procedure

Returns a new HASH-TABLE with the union of HASH-TABLE-1 and HASH-TABLE-2. Keys that exist in both tables will be taken from HASH-TABLE-1.